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
3cdbf80c
Commit
3cdbf80c
authored
Oct 11, 2025
by
Steven杜宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
// UI
parent
20190c23
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
YHMyInformationItemCell.swift
...ses/Modules/Community(社区)/V/YHMyInformationItemCell.swift
+4
-1
YHEditBaseInfoFootView.swift
...ules/Mine(我的)/MyCard(我的名片)/V/YHEditBaseInfoFootView.swift
+2
-2
No files found.
galaxy/galaxy/Classes/Modules/Community(社区)/V/YHMyInformationItemCell.swift
View file @
3cdbf80c
...
...
@@ -115,7 +115,10 @@ class YHMyInformationItemCell: UITableViewCell {
let
questionAttrStr
=
NSMutableAttributedString
(
string
:
str
,
attributes
:
attributes
)
titleLabel
.
attributedText
=
questionAttrStr
}
messageTextField
.
placeholder
=
dataSource
.
prompts
// messageTextField.placeholder = dataSource.prompts
let
prompts
=
dataSource
.
prompts
??
""
messageTextField
.
attributedPlaceholder
=
NSAttributedString
.
init
(
string
:
prompts
,
attributes
:
[
.
foregroundColor
:
UIColor
.
brandGrayColor5
,
.
font
:
messageTextField
.
font
])
messageTextField
.
text
=
dataSource
.
message
if
dataSource
.
isUserKeyBoard
??
false
{
nextStepImageView
.
isHidden
=
true
...
...
galaxy/galaxy/Classes/Modules/Mine(我的)/MyCard(我的名片)/V/YHEditBaseInfoFootView.swift
View file @
3cdbf80c
...
...
@@ -53,7 +53,7 @@ class YHEditBaseInfoFootView: UIView {
}
let
bgView
=
UIView
()
bgView
.
backgroundColor
=
UIColor
(
hex
:
0xf8f8f8
)
bgView
.
backgroundColor
=
UIColor
.
contentBkgColor
bgView
.
layer
.
masksToBounds
=
true
bgView
.
layer
.
cornerRadius
=
6
addSubview
(
bgView
)
...
...
@@ -82,7 +82,7 @@ class YHEditBaseInfoFootView: UIView {
promptsLabel
=
{
let
prompts
=
UILabel
()
prompts
.
font
=
UIFont
.
PFSC_R
(
ofSize
:
14
)
prompts
.
textColor
=
UIColor
.
mainTextColor30
prompts
.
textColor
=
UIColor
.
brandGrayColor5
prompts
.
text
=
"填写个性签名,展现真我风采,彰显独特身份"
prompts
.
numberOfLines
=
0
return
prompts
...
...
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