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
3b6328b7
Commit
3b6328b7
authored
Nov 19, 2024
by
Alex朱枝文
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
收入记录UI优化
parent
59f7b6c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
YHIncomeTypeSelectViewController.swift
...comeRecord(收入记录)/C/YHIncomeTypeSelectViewController.swift
+8
-2
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/QMAS(优才)/ServiceProcess(我的信息流程)/IncomeRecord(收入记录)/C/YHIncomeTypeSelectViewController.swift
View file @
3b6328b7
...
@@ -31,8 +31,13 @@ class YHIncomeTypeSelectViewController: YHBaseViewController {
...
@@ -31,8 +31,13 @@ class YHIncomeTypeSelectViewController: YHBaseViewController {
}()
}()
private
lazy
var
tableView
:
UITableView
=
{
private
lazy
var
tableView
:
UITableView
=
{
let
view
=
UITableView
(
frame
:
.
zero
,
style
:
.
plain
)
let
view
=
UITableView
(
frame
:
.
zero
,
style
:
.
grouped
)
view
.
backgroundColor
=
.
clear
view
.
estimatedSectionHeaderHeight
=
0.01
view
.
estimatedSectionFooterHeight
=
12
view
.
sectionHeaderHeight
=
0.01
view
.
sectionFooterHeight
=
12
view
.
backgroundColor
=
.
white
view
.
contentInsetAdjustmentBehavior
=
.
never
view
.
separatorStyle
=
.
none
view
.
separatorStyle
=
.
none
view
.
rowHeight
=
UITableView
.
automaticDimension
view
.
rowHeight
=
UITableView
.
automaticDimension
view
.
estimatedRowHeight
=
52.0
view
.
estimatedRowHeight
=
52.0
...
@@ -145,6 +150,7 @@ class YHIncomeTypeSelectViewController: YHBaseViewController {
...
@@ -145,6 +150,7 @@ class YHIncomeTypeSelectViewController: YHBaseViewController {
make
.
top
.
equalTo
(
topLineView
.
snp
.
bottom
)
.
offset
(
12
)
make
.
top
.
equalTo
(
topLineView
.
snp
.
bottom
)
.
offset
(
12
)
make
.
bottom
.
equalTo
(
bottomView
.
snp
.
top
)
make
.
bottom
.
equalTo
(
bottomView
.
snp
.
top
)
}
}
tableView
.
tableHeaderView
=
UIView
(
frame
:
CGRect
(
x
:
0
,
y
:
0
,
width
:
0
,
height
:
CGFloat
.
leastNonzeroMagnitude
))
tableView
.
tableFooterView
=
UIView
(
frame
:
CGRect
(
x
:
0
,
y
:
0
,
width
:
KScreenWidth
,
height
:
20
))
tableView
.
tableFooterView
=
UIView
(
frame
:
CGRect
(
x
:
0
,
y
:
0
,
width
:
KScreenWidth
,
height
:
20
))
preferredContentSize
=
CGSize
(
width
:
KScreenWidth
,
height
:
KScreenHeight
-
k_Height_NavigationtBarAndStatuBar
-
44
)
preferredContentSize
=
CGSize
(
width
:
KScreenWidth
,
height
:
KScreenHeight
-
k_Height_NavigationtBarAndStatuBar
-
44
)
}
}
...
...
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