Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
galaxy-iOS
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mobile-group
galaxy-iOS
Commits
c15b3c66
Commit
c15b3c66
authored
Mar 15, 2024
by
David黄金龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提示 UI细节优化
parent
0c35bb91
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
12 deletions
+2
-12
YHInformationFillTipsAlertView.swift
...igentService(服务中心)/V/YHInformationFillTipsAlertView.swift
+2
-12
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/V/YHInformationFillTipsAlertView.swift
View file @
c15b3c66
...
...
@@ -69,9 +69,6 @@ class YHInformationFillTipsAlertView: UIView {
override
init
(
frame
:
CGRect
)
{
super
.
init
(
frame
:
frame
)
backgroundColor
=
UIColor
(
white
:
0.5
,
alpha
:
0.1
)
// let tap = UITapGestureRecognizer(target: self, action: #selector(handleTap))
// tap.delegate = self
// addGestureRecognizer(tap)
setView
()
}
...
...
@@ -114,7 +111,7 @@ class YHInformationFillTipsAlertView: UIView {
bottomView
.
addSubview
(
checkBtn
)
checkBtn
.
snp
.
makeConstraints
{
make
in
make
.
bottom
.
equalToSuperview
()
.
offset
(
-
40
)
make
.
bottom
.
equalToSuperview
()
.
offset
(
-
24
)
make
.
left
.
equalTo
(
kMargin
)
make
.
right
.
equalTo
(
-
kMargin
)
make
.
height
.
equalTo
(
48
)
...
...
@@ -133,7 +130,7 @@ class YHInformationFillTipsAlertView: UIView {
bottomView
.
addSubview
(
lable00
)
lable00
.
snp
.
makeConstraints
{
make
in
make
.
bottom
.
equalTo
(
checkBtn
.
snp
.
top
)
.
offset
(
-
14
)
make
.
bottom
.
equalTo
(
checkBtn
.
snp
.
top
)
.
offset
(
-
26
)
make
.
left
.
equalTo
(
41
)
make
.
right
.
equalTo
(
-
16
)
make
.
height
.
equalTo
(
20
)
...
...
@@ -218,7 +215,6 @@ class YHInformationFillTipsAlertView: UIView {
if
agreeButton
.
isSelected
==
true
{
block
?(
true
)
dismiss
()
//for test hjl
}
else
{
YHHUD
.
flash
(
message
:
"请先勾选确认知悉内容"
)
}
...
...
@@ -235,12 +231,6 @@ class YHInformationFillTipsAlertView: UIView {
@objc
func
agree
()
{
block
?(
true
)
// dismiss()
}
@objc
private
func
handleTap
(
_
sender
:
AnyObject
?)
{
print
(
"处理点击手势"
)
dismiss
()
}
@objc
func
disagree
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment