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
769f5bbf
Commit
769f5bbf
authored
Oct 13, 2025
by
Steven杜宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
// 名片
parent
ffb20861
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
YHAddFriendCardCell.swift
...Classes/Modules/Community(社区)/V/YHAddFriendCardCell.swift
+1
-0
YHNameCardContainerViewController.swift
...的)/NameCard(名片)/C/YHNameCardContainerViewController.swift
+2
-1
No files found.
galaxy/galaxy/Classes/Modules/Community(社区)/V/YHAddFriendCardCell.swift
View file @
769f5bbf
...
@@ -193,6 +193,7 @@ class YHAddFriendCardCell: UITableViewCell {
...
@@ -193,6 +193,7 @@ class YHAddFriendCardCell: UITableViewCell {
self
.
backgroundColor
=
.
clear
self
.
backgroundColor
=
.
clear
self
.
contentView
.
backgroundColor
=
.
clear
self
.
contentView
.
backgroundColor
=
.
clear
self
.
selectionStyle
=
.
none
self
.
contentView
.
addSubview
(
thirdCardView
)
self
.
contentView
.
addSubview
(
thirdCardView
)
self
.
contentView
.
addSubview
(
secondCardView
)
self
.
contentView
.
addSubview
(
secondCardView
)
self
.
contentView
.
addSubview
(
cardView
)
self
.
contentView
.
addSubview
(
cardView
)
...
...
galaxy/galaxy/Classes/Modules/Mine(我的)/NameCard(名片)/C/YHNameCardContainerViewController.swift
View file @
769f5bbf
...
@@ -113,7 +113,8 @@ class YHNameCardContainerViewController: YHBaseViewController {
...
@@ -113,7 +113,8 @@ class YHNameCardContainerViewController: YHBaseViewController {
segmentedView
.
defaultSelectedIndex
=
defaultIndex
segmentedView
.
defaultSelectedIndex
=
defaultIndex
view
.
addSubview
(
segmentedView
)
view
.
addSubview
(
segmentedView
)
segmentedView
.
snp
.
makeConstraints
{
make
in
segmentedView
.
snp
.
makeConstraints
{
make
in
make
.
left
.
right
.
top
.
equalToSuperview
()
make
.
left
.
equalTo
(
-
4
)
make
.
right
.
top
.
equalToSuperview
()
make
.
height
.
equalTo
(
48
)
make
.
height
.
equalTo
(
48
)
}
}
view
.
addSubview
(
listContainerView
)
view
.
addSubview
(
listContainerView
)
...
...
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