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
0f247f18
Commit
0f247f18
authored
Feb 22, 2024
by
David黄金龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1、统一使用 使用圆角 6
parent
4e4d1a30
Changes
15
Show whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
29 additions
and
22 deletions
+29
-22
YHTwoOptionAlertView.swift
galaxy/galaxy/Classes/Base/V/YHTwoOptionAlertView.swift
+1
-1
YHDavidCell1.swift
galaxy/galaxy/Classes/Modules/Home(首页)/V/YHDavidCell1.swift
+1
-1
YHDavidCell2.swift
galaxy/galaxy/Classes/Modules/Home(首页)/V/YHDavidCell2.swift
+1
-1
YHMainApplicantInformationViewController.swift
...(主申请人信息)/C/YHMainApplicantInformationViewController.swift
+2
-0
YHCardExampleView.swift
...ainApplicantInformation(主申请人信息)/V/YHCardExampleView.swift
+1
-1
YHMainInformationCardTableViewCell.swift
...mation(主申请人信息)/V/YHMainInformationCardTableViewCell.swift
+6
-3
YHMainInformationTableViewCell.swift
...nformation(主申请人信息)/V/YHMainInformationTableViewCell.swift
+5
-3
YHScoreItemCell.swift
.../ServiceProcess(流程)/MyScore(我的评分)/V/YHScoreItemCell.swift
+1
-1
YHWorkExperienceListTableViewCell.swift
.../WorkExperience/V/YHWorkExperienceListTableViewCell.swift
+2
-2
YHWorkExperienceTableViewCell.swift
...(流程)/WorkExperience/V/YHWorkExperienceTableViewCell.swift
+2
-2
YHWorkFileSyncTableViewCell.swift
...ss(流程)/WorkExperience/V/YHWorkFileSyncTableViewCell.swift
+2
-2
YHWorkIntroductionTableViewCell.swift
...程)/WorkExperience/V/YHWorkIntroductionTableViewCell.swift
+2
-2
YHWorkMessageSelectTableViewCell.swift
...)/WorkExperience/V/YHWorkMessageSelectTableViewCell.swift
+1
-1
YHSubmitAllInfoCheckView.swift
...IntelligentService(服务中心)/V/YHSubmitAllInfoCheckView.swift
+1
-1
YHPrivacyAlertView.swift
...laxy/Classes/Modules/Login(登录)/V/YHPrivacyAlertView.swift
+1
-1
No files found.
galaxy/galaxy/Classes/Base/V/YHTwoOptionAlertView.swift
View file @
0f247f18
...
@@ -46,7 +46,7 @@ class YHTwoOptionAlertView: UIView {
...
@@ -46,7 +46,7 @@ class YHTwoOptionAlertView: UIView {
centerView
=
{
centerView
=
{
let
view
=
UIView
()
let
view
=
UIView
()
view
.
backgroundColor
=
.
white
view
.
backgroundColor
=
.
white
view
.
layer
.
cornerRadius
=
12
view
.
layer
.
cornerRadius
=
kCornerRadius6
return
view
return
view
}()
}()
addSubview
(
centerView
)
addSubview
(
centerView
)
...
...
galaxy/galaxy/Classes/Modules/Home(首页)/V/YHDavidCell1.swift
View file @
0f247f18
...
@@ -43,7 +43,7 @@ class YHDavidCell1: UITableViewCell {
...
@@ -43,7 +43,7 @@ class YHDavidCell1: UITableViewCell {
lazy
var
subContentView
:
UIView
=
{
lazy
var
subContentView
:
UIView
=
{
let
view
=
UIView
()
let
view
=
UIView
()
view
.
backgroundColor
=
UIColor
(
hex
:
0x999999
,
alpha
:
1.0
)
view
.
backgroundColor
=
UIColor
(
hex
:
0x999999
,
alpha
:
1.0
)
view
.
layer
.
cornerRadius
=
12
view
.
layer
.
cornerRadius
=
kCornerRadius6
return
view
return
view
}()
}()
...
...
galaxy/galaxy/Classes/Modules/Home(首页)/V/YHDavidCell2.swift
View file @
0f247f18
...
@@ -43,7 +43,7 @@ class YHDavidCell2: UITableViewCell {
...
@@ -43,7 +43,7 @@ class YHDavidCell2: UITableViewCell {
lazy
var
subContentView
:
UIView
=
{
lazy
var
subContentView
:
UIView
=
{
let
view
=
UIView
()
let
view
=
UIView
()
view
.
backgroundColor
=
UIColor
(
hex
:
0x999999
,
alpha
:
1.0
)
view
.
backgroundColor
=
UIColor
(
hex
:
0x999999
,
alpha
:
1.0
)
view
.
layer
.
cornerRadius
=
12
view
.
layer
.
cornerRadius
=
kCornerRadius6
view
.
layer
.
backgroundColor
=
UIColor
(
red
:
1
,
green
:
1
,
blue
:
1
,
alpha
:
1
)
.
cgColor
view
.
layer
.
backgroundColor
=
UIColor
(
red
:
1
,
green
:
1
,
blue
:
1
,
alpha
:
1
)
.
cgColor
view
.
layer
.
cornerRadius
=
10
view
.
layer
.
cornerRadius
=
10
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/ServiceProcess(流程)/MainApplicantInformation(主申请人信息)/C/YHMainApplicantInformationViewController.swift
View file @
0f247f18
...
@@ -47,6 +47,8 @@ class YHMainApplicantInformationViewController: YHBaseViewController {
...
@@ -47,6 +47,8 @@ class YHMainApplicantInformationViewController: YHBaseViewController {
}
}
func
setView
()
{
func
setView
()
{
view
.
backgroundColor
=
.
contentBkgColor
stepView
=
{
stepView
=
{
let
step
=
YHStepView
()
let
step
=
YHStepView
()
step
.
dataSource
=
[
"初始信息"
,
"证件上传"
,
"基本信息"
,
"证件信息"
]
step
.
dataSource
=
[
"初始信息"
,
"证件上传"
,
"基本信息"
,
"证件信息"
]
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/ServiceProcess(流程)/MainApplicantInformation(主申请人信息)/V/YHCardExampleView.swift
View file @
0f247f18
...
@@ -58,7 +58,7 @@ class YHCardExampleView: UIView {
...
@@ -58,7 +58,7 @@ class YHCardExampleView: UIView {
centerView
=
{
centerView
=
{
let
view
=
UIView
()
let
view
=
UIView
()
view
.
backgroundColor
=
.
white
view
.
backgroundColor
=
.
white
view
.
layer
.
cornerRadius
=
12
view
.
layer
.
cornerRadius
=
kCornerRadius6
return
view
return
view
}()
}()
addSubview
(
centerView
)
addSubview
(
centerView
)
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/ServiceProcess(流程)/MainApplicantInformation(主申请人信息)/V/YHMainInformationCardTableViewCell.swift
View file @
0f247f18
...
@@ -66,19 +66,22 @@ class YHMainInformationCardTableViewCell: UITableViewCell {
...
@@ -66,19 +66,22 @@ class YHMainInformationCardTableViewCell: UITableViewCell {
}
}
func
setupUI
()
{
func
setupUI
()
{
backgroundColor
=
UIColor
(
hex
:
0xe9e9e9
)
contentView
.
backgroundColor
=
.
clear
backgroundColor
=
.
clear
centerView
=
{
centerView
=
{
let
view
=
UIView
()
let
view
=
UIView
()
view
.
backgroundColor
=
.
white
view
.
backgroundColor
=
.
white
view
.
layer
.
cornerRadius
=
12
view
.
layer
.
cornerRadius
=
kCornerRadius6
return
view
return
view
}()
}()
contentView
.
addSubview
(
centerView
)
contentView
.
addSubview
(
centerView
)
centerView
.
snp
.
makeConstraints
{
make
in
centerView
.
snp
.
makeConstraints
{
make
in
make
.
left
.
equalTo
(
16
)
make
.
left
.
equalTo
(
16
)
make
.
right
.
equalTo
(
-
16
)
make
.
right
.
equalTo
(
-
16
)
make
.
top
.
equalTo
(
7
)
make
.
top
.
equalTo
(
7
)
make
.
bottom
.
equalTo
(
-
7
)
make
.
bottom
.
equalTo
(
-
16
)
}
}
titleLabel
=
{
titleLabel
=
{
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/ServiceProcess(流程)/MainApplicantInformation(主申请人信息)/V/YHMainInformationTableViewCell.swift
View file @
0f247f18
...
@@ -41,11 +41,13 @@ class YHMainInformationTableViewCell: UITableViewCell {
...
@@ -41,11 +41,13 @@ class YHMainInformationTableViewCell: UITableViewCell {
}
}
func
setupUI
()
{
func
setupUI
()
{
backgroundColor
=
UIColor
(
hex
:
0xe9e9e9
)
contentView
.
backgroundColor
=
.
clear
backgroundColor
=
.
clear
centerView
=
{
centerView
=
{
let
view
=
UIView
()
let
view
=
UIView
()
view
.
backgroundColor
=
.
white
view
.
backgroundColor
=
.
white
view
.
layer
.
cornerRadius
=
12
view
.
layer
.
cornerRadius
=
kCornerRadius6
return
view
return
view
}()
}()
contentView
.
addSubview
(
centerView
)
contentView
.
addSubview
(
centerView
)
...
@@ -73,7 +75,7 @@ class YHMainInformationTableViewCell: UITableViewCell {
...
@@ -73,7 +75,7 @@ class YHMainInformationTableViewCell: UITableViewCell {
mainItemView
=
{
mainItemView
=
{
let
view
=
UIView
()
let
view
=
UIView
()
view
.
backgroundColor
=
.
white
view
.
backgroundColor
=
.
white
view
.
layer
.
cornerRadius
=
12
view
.
layer
.
cornerRadius
=
kCornerRadius6
return
view
return
view
}()
}()
centerView
.
addSubview
(
mainItemView
)
centerView
.
addSubview
(
mainItemView
)
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/ServiceProcess(流程)/MyScore(我的评分)/V/YHScoreItemCell.swift
View file @
0f247f18
...
@@ -20,7 +20,7 @@ class YHScoreItemCell: UITableViewCell {
...
@@ -20,7 +20,7 @@ class YHScoreItemCell: UITableViewCell {
private
lazy
var
holdView
:
UIView
=
{
private
lazy
var
holdView
:
UIView
=
{
let
view
=
UIView
()
let
view
=
UIView
()
view
.
backgroundColor
=
.
white
view
.
backgroundColor
=
.
white
view
.
layer
.
cornerRadius
=
12
view
.
layer
.
cornerRadius
=
kCornerRadius6
view
.
clipsToBounds
=
true
view
.
clipsToBounds
=
true
return
view
return
view
}()
}()
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/ServiceProcess(流程)/WorkExperience/V/YHWorkExperienceListTableViewCell.swift
View file @
0f247f18
...
@@ -52,7 +52,7 @@ class YHWorkExperienceListTableViewCell: UITableViewCell {
...
@@ -52,7 +52,7 @@ class YHWorkExperienceListTableViewCell: UITableViewCell {
centerView
=
{
centerView
=
{
let
view
=
UIView
()
let
view
=
UIView
()
view
.
backgroundColor
=
.
white
view
.
backgroundColor
=
.
white
view
.
layer
.
cornerRadius
=
12
view
.
layer
.
cornerRadius
=
kCornerRadius6
return
view
return
view
}()
}()
contentView
.
addSubview
(
centerView
)
contentView
.
addSubview
(
centerView
)
...
@@ -129,7 +129,7 @@ class YHWorkExperienceListTableViewCell: UITableViewCell {
...
@@ -129,7 +129,7 @@ class YHWorkExperienceListTableViewCell: UITableViewCell {
mainItemView
=
{
mainItemView
=
{
let
view
=
UIView
()
let
view
=
UIView
()
view
.
backgroundColor
=
.
white
view
.
backgroundColor
=
.
white
view
.
layer
.
cornerRadius
=
12
view
.
layer
.
cornerRadius
=
kCornerRadius6
return
view
return
view
}()
}()
centerView
.
addSubview
(
mainItemView
)
centerView
.
addSubview
(
mainItemView
)
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/ServiceProcess(流程)/WorkExperience/V/YHWorkExperienceTableViewCell.swift
View file @
0f247f18
...
@@ -45,7 +45,7 @@ class YHWorkExperienceTableViewCell: UITableViewCell {
...
@@ -45,7 +45,7 @@ class YHWorkExperienceTableViewCell: UITableViewCell {
centerView
=
{
centerView
=
{
let
view
=
UIView
()
let
view
=
UIView
()
view
.
backgroundColor
=
.
white
view
.
backgroundColor
=
.
white
view
.
layer
.
cornerRadius
=
12
view
.
layer
.
cornerRadius
=
kCornerRadius6
return
view
return
view
}()
}()
contentView
.
addSubview
(
centerView
)
contentView
.
addSubview
(
centerView
)
...
@@ -73,7 +73,7 @@ class YHWorkExperienceTableViewCell: UITableViewCell {
...
@@ -73,7 +73,7 @@ class YHWorkExperienceTableViewCell: UITableViewCell {
mainItemView
=
{
mainItemView
=
{
let
view
=
UIView
()
let
view
=
UIView
()
view
.
backgroundColor
=
.
white
view
.
backgroundColor
=
.
white
view
.
layer
.
cornerRadius
=
12
view
.
layer
.
cornerRadius
=
kCornerRadius6
return
view
return
view
}()
}()
centerView
.
addSubview
(
mainItemView
)
centerView
.
addSubview
(
mainItemView
)
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/ServiceProcess(流程)/WorkExperience/V/YHWorkFileSyncTableViewCell.swift
View file @
0f247f18
...
@@ -49,7 +49,7 @@ class YHWorkFileSyncTableViewCell: UITableViewCell {
...
@@ -49,7 +49,7 @@ class YHWorkFileSyncTableViewCell: UITableViewCell {
centerView
=
{
centerView
=
{
let
view
=
UIView
()
let
view
=
UIView
()
view
.
backgroundColor
=
.
white
view
.
backgroundColor
=
.
white
view
.
layer
.
cornerRadius
=
12
view
.
layer
.
cornerRadius
=
kCornerRadius6
return
view
return
view
}()
}()
contentView
.
addSubview
(
centerView
)
contentView
.
addSubview
(
centerView
)
...
@@ -84,7 +84,7 @@ class YHWorkFileSyncTableViewCell: UITableViewCell {
...
@@ -84,7 +84,7 @@ class YHWorkFileSyncTableViewCell: UITableViewCell {
mainItemView
=
{
mainItemView
=
{
let
view
=
UIView
()
let
view
=
UIView
()
view
.
backgroundColor
=
.
white
view
.
backgroundColor
=
.
white
view
.
layer
.
cornerRadius
=
12
view
.
layer
.
cornerRadius
=
kCornerRadius6
return
view
return
view
}()
}()
centerView
.
addSubview
(
mainItemView
)
centerView
.
addSubview
(
mainItemView
)
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/ServiceProcess(流程)/WorkExperience/V/YHWorkIntroductionTableViewCell.swift
View file @
0f247f18
...
@@ -51,7 +51,7 @@ class YHWorkIntroductionTableViewCell: UITableViewCell {
...
@@ -51,7 +51,7 @@ class YHWorkIntroductionTableViewCell: UITableViewCell {
centerView
=
{
centerView
=
{
let
view
=
UIView
()
let
view
=
UIView
()
view
.
backgroundColor
=
.
white
view
.
backgroundColor
=
.
white
view
.
layer
.
cornerRadius
=
12
view
.
layer
.
cornerRadius
=
kCornerRadius6
return
view
return
view
}()
}()
contentView
.
addSubview
(
centerView
)
contentView
.
addSubview
(
centerView
)
...
@@ -113,7 +113,7 @@ class YHWorkIntroductionTableViewCell: UITableViewCell {
...
@@ -113,7 +113,7 @@ class YHWorkIntroductionTableViewCell: UITableViewCell {
mainItemView
=
{
mainItemView
=
{
let
view
=
UIView
()
let
view
=
UIView
()
view
.
backgroundColor
=
.
white
view
.
backgroundColor
=
.
white
view
.
layer
.
cornerRadius
=
12
view
.
layer
.
cornerRadius
=
kCornerRadius6
return
view
return
view
}()
}()
centerView
.
addSubview
(
mainItemView
)
centerView
.
addSubview
(
mainItemView
)
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/ServiceProcess(流程)/WorkExperience/V/YHWorkMessageSelectTableViewCell.swift
View file @
0f247f18
...
@@ -42,7 +42,7 @@ class YHWorkMessageSelectTableViewCell: UITableViewCell {
...
@@ -42,7 +42,7 @@ class YHWorkMessageSelectTableViewCell: UITableViewCell {
centerView
=
{
centerView
=
{
let
view
=
UIView
()
let
view
=
UIView
()
view
.
backgroundColor
=
.
white
view
.
backgroundColor
=
.
white
view
.
layer
.
cornerRadius
=
12
view
.
layer
.
cornerRadius
=
kCornerRadius6
return
view
return
view
}()
}()
contentView
.
addSubview
(
centerView
)
contentView
.
addSubview
(
centerView
)
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/V/YHSubmitAllInfoCheckView.swift
View file @
0f247f18
...
@@ -44,7 +44,7 @@ class YHSubmitAllInfoCheckView: UIView {
...
@@ -44,7 +44,7 @@ class YHSubmitAllInfoCheckView: UIView {
centerView
=
{
centerView
=
{
let
view
=
UIView
()
let
view
=
UIView
()
view
.
backgroundColor
=
.
white
view
.
backgroundColor
=
.
white
view
.
layer
.
cornerRadius
=
12
view
.
layer
.
cornerRadius
=
kCornerRadius6
return
view
return
view
}()
}()
addSubview
(
centerView
)
addSubview
(
centerView
)
...
...
galaxy/galaxy/Classes/Modules/Login(登录)/V/YHPrivacyAlertView.swift
View file @
0f247f18
...
@@ -38,7 +38,7 @@ class YHPrivacyAlertView: UIView {
...
@@ -38,7 +38,7 @@ class YHPrivacyAlertView: UIView {
centerView
=
{
centerView
=
{
let
view
=
UIView
()
let
view
=
UIView
()
view
.
backgroundColor
=
.
white
view
.
backgroundColor
=
.
white
view
.
layer
.
cornerRadius
=
12
view
.
layer
.
cornerRadius
=
kCornerRadius6
return
view
return
view
}()
}()
addSubview
(
centerView
)
addSubview
(
centerView
)
...
...
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