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
21809b3a
Commit
21809b3a
authored
May 22, 2024
by
Steven杜宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
// UI走查
parent
00ff0ef2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
YHSearchInfoBar.swift
...y/galaxy/Classes/Modules/Home(首页)/V/YHSearchInfoBar.swift
+1
-1
YHMessageDetailListVC.swift
...Classes/Modules/Message(消息)/C/YHMessageDetailListVC.swift
+1
-1
YHMessageListVC.swift
...alaxy/Classes/Modules/Message(消息)/C/YHMessageListVC.swift
+1
-1
No files found.
galaxy/galaxy/Classes/Modules/Home(首页)/V/YHSearchInfoBar.swift
View file @
21809b3a
...
@@ -40,7 +40,7 @@ class YHSearchInfoBar: UIView {
...
@@ -40,7 +40,7 @@ class YHSearchInfoBar: UIView {
textField
.
attributedPlaceholder
=
NSAttributedString
(
string
:
"香港身份"
.
local
,
attributes
:
[
NSAttributedString
.
Key
.
foregroundColor
:
UIColor
(
hex
:
0x94A3B8
)])
textField
.
attributedPlaceholder
=
NSAttributedString
(
string
:
"香港身份"
.
local
,
attributes
:
[
NSAttributedString
.
Key
.
foregroundColor
:
UIColor
(
hex
:
0x94A3B8
)])
textField
.
font
=
UIFont
.
PFSC_M
(
ofSize
:
12
)
textField
.
font
=
UIFont
.
PFSC_M
(
ofSize
:
12
)
textField
.
tintColor
=
UIColor
.
brandMainColor
textField
.
tintColor
=
UIColor
.
brandMainColor
textField
.
textColor
=
UIColor
.
mainTextColor
30
textField
.
textColor
=
UIColor
.
mainTextColor
textField
.
clearButtonMode
=
.
whileEditing
textField
.
clearButtonMode
=
.
whileEditing
textField
.
addTarget
(
self
,
action
:
#selector(
textFieldChanged(textField:)
)
,
for
:
.
editingChanged
)
textField
.
addTarget
(
self
,
action
:
#selector(
textFieldChanged(textField:)
)
,
for
:
.
editingChanged
)
textField
.
delegate
=
self
textField
.
delegate
=
self
...
...
galaxy/galaxy/Classes/Modules/Message(消息)/C/YHMessageDetailListVC.swift
View file @
21809b3a
...
@@ -65,7 +65,7 @@ class YHMessageDetailListVC: YHBaseViewController {
...
@@ -65,7 +65,7 @@ class YHMessageDetailListVC: YHBaseViewController {
lazy
var
emptyDataTipsView
:
YHEmptyDataView
=
{
lazy
var
emptyDataTipsView
:
YHEmptyDataView
=
{
let
view
=
YHEmptyDataView
.
createView
(
"暂无消息"
,
kEmptyMessageBgName
)
let
view
=
YHEmptyDataView
.
createView
(
"暂无消息"
,
kEmptyMessageBgName
)
let
topMargin
=
(
KScreenHeight
-
k_Height_NavigationtBarAndStatuBar
-
k_Height_TabBar
-
124.0
)
/
2.0
let
topMargin
=
310
-
k_Height_NavigationtBarAndStatuBar
view
.
topMargin
=
topMargin
view
.
topMargin
=
topMargin
view
.
isHidden
=
true
view
.
isHidden
=
true
return
view
return
view
...
...
galaxy/galaxy/Classes/Modules/Message(消息)/C/YHMessageListVC.swift
View file @
21809b3a
...
@@ -63,7 +63,7 @@ class YHMessageListVC: YHBaseViewController {
...
@@ -63,7 +63,7 @@ class YHMessageListVC: YHBaseViewController {
lazy
var
emptyDataTipsView
:
YHEmptyDataView
=
{
lazy
var
emptyDataTipsView
:
YHEmptyDataView
=
{
let
view
=
YHEmptyDataView
.
createView
(
"暂无消息"
,
kEmptyMessageBgName
)
let
view
=
YHEmptyDataView
.
createView
(
"暂无消息"
,
kEmptyMessageBgName
)
let
topMargin
=
(
KScreenHeight
-
k_Height_NavigationtBarAndStatuBar
-
k_Height_TabBar
-
124.0
)
/
2.0
let
topMargin
=
310
-
k_Height_NavigationtBarAndStatuBar
view
.
topMargin
=
topMargin
view
.
topMargin
=
topMargin
view
.
isHidden
=
true
view
.
isHidden
=
true
return
view
return
view
...
...
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