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
70c39ef5
Commit
70c39ef5
authored
May 10, 2024
by
David黄金龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
是 在 左边
否 在 右边
parent
b9bff29a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
YHBasicInfoFillView.swift
...我的信息流程)/BaseInformation(基本资料)/V/YHBasicInfoFillView.swift
+6
-5
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/ServiceProcess(我的信息流程)/BaseInformation(基本资料)/V/YHBasicInfoFillView.swift
View file @
70c39ef5
...
@@ -46,7 +46,6 @@ class YHBasicInfoFillView: UIView, UITextViewDelegate {
...
@@ -46,7 +46,6 @@ class YHBasicInfoFillView: UIView, UITextViewDelegate {
}()
}()
private
lazy
var
answer1Btn
:
UIButton
=
{
private
lazy
var
answer1Btn
:
UIButton
=
{
let
btn
=
UIButton
()
let
btn
=
UIButton
()
btn
.
setTitle
(
"否"
,
for
:
.
normal
)
btn
.
setTitle
(
"否"
,
for
:
.
normal
)
btn
.
titleLabel
?
.
font
=
UIFont
.
PFSC_R
(
ofSize
:
14
)
btn
.
titleLabel
?
.
font
=
UIFont
.
PFSC_R
(
ofSize
:
14
)
...
@@ -165,18 +164,20 @@ private extension YHBasicInfoFillView {
...
@@ -165,18 +164,20 @@ private extension YHBasicInfoFillView {
make
.
left
.
right
.
equalToSuperview
()
make
.
left
.
right
.
equalToSuperview
()
}
}
answer
1
Btn
.
snp
.
makeConstraints
{
make
in
answer
2
Btn
.
snp
.
makeConstraints
{
make
in
make
.
size
.
equalTo
(
CGSize
(
width
:
btnWidth
,
height
:
btnHeight
))
make
.
size
.
equalTo
(
CGSize
(
width
:
btnWidth
,
height
:
btnHeight
))
make
.
left
.
equalTo
(
titleLabel
.
snp
.
left
)
make
.
left
.
equalTo
(
titleLabel
.
snp
.
left
)
make
.
top
.
equalTo
(
titleLabel
.
snp
.
bottom
)
.
offset
(
12
)
make
.
top
.
equalTo
(
titleLabel
.
snp
.
bottom
)
.
offset
(
12
)
}
}
answer
2
Btn
.
snp
.
makeConstraints
{
make
in
answer
1
Btn
.
snp
.
makeConstraints
{
make
in
make
.
size
.
equalTo
(
CGSize
(
width
:
btnWidth
,
height
:
btnHeight
))
make
.
size
.
equalTo
(
CGSize
(
width
:
btnWidth
,
height
:
btnHeight
))
make
.
left
.
equalTo
(
answer
1
Btn
.
snp
.
right
)
.
offset
(
12
)
make
.
left
.
equalTo
(
answer
2
Btn
.
snp
.
right
)
.
offset
(
12
)
make
.
top
.
equalTo
(
answer
1
Btn
.
snp
.
top
)
make
.
top
.
equalTo
(
answer
2
Btn
.
snp
.
top
)
}
}
addSubview
(
bottomLine
)
addSubview
(
bottomLine
)
bottomLine
.
snp
.
makeConstraints
{
make
in
bottomLine
.
snp
.
makeConstraints
{
make
in
make
.
top
.
equalTo
(
answer1Btn
.
snp
.
bottom
)
.
offset
(
12
)
make
.
top
.
equalTo
(
answer1Btn
.
snp
.
bottom
)
.
offset
(
12
)
...
...
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