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
bae3c7ca
Commit
bae3c7ca
authored
Jul 02, 2024
by
David黄金龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改背景颜色
parent
5979e168
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
5 deletions
+7
-5
YHActivityDetailViewController.swift
...y(社区)/Activity(活动)/C/YHActivityDetailViewController.swift
+4
-2
YHActivityDetailCell0.swift
.../Community(社区)/Activity(活动)/V/YHActivityDetailCell0.swift
+1
-1
YHActivityDetailCell1.swift
.../Community(社区)/Activity(活动)/V/YHActivityDetailCell1.swift
+1
-1
YHActivityDetailCell2.swift
.../Community(社区)/Activity(活动)/V/YHActivityDetailCell2.swift
+1
-1
No files found.
galaxy/galaxy/Classes/Modules/Community(社区)/Activity(活动)/C/YHActivityDetailViewController.swift
View file @
bae3c7ca
...
@@ -22,7 +22,7 @@ class YHActivityDetailViewController: YHBaseViewController {
...
@@ -22,7 +22,7 @@ class YHActivityDetailViewController: YHBaseViewController {
tableView
.
separatorStyle
=
.
none
tableView
.
separatorStyle
=
.
none
tableView
.
delegate
=
self
tableView
.
delegate
=
self
tableView
.
dataSource
=
self
tableView
.
dataSource
=
self
tableView
.
backgroundColor
=
UIColor
.
white
tableView
.
backgroundColor
=
UIColor
.
clear
tableView
.
register
(
UITableViewCell
.
self
,
forCellReuseIdentifier
:
"UITableViewCell"
)
tableView
.
register
(
UITableViewCell
.
self
,
forCellReuseIdentifier
:
"UITableViewCell"
)
tableView
.
register
(
YHActivityDetailCell
.
self
,
forCellReuseIdentifier
:
YHActivityDetailCell
.
cellReuseIdentifier
)
tableView
.
register
(
YHActivityDetailCell
.
self
,
forCellReuseIdentifier
:
YHActivityDetailCell
.
cellReuseIdentifier
)
...
@@ -115,9 +115,11 @@ extension YHActivityDetailViewController {
...
@@ -115,9 +115,11 @@ extension YHActivityDetailViewController {
func
setupUI
()
{
func
setupUI
()
{
gk_navigationBar
.
isHidden
=
false
gk_navigationBar
.
isHidden
=
false
gk_navigationBar
.
backgroundColor
=
.
clear
gk_navigationBar
.
backgroundColor
=
.
clear
gk_backImage
=
UIImage
(
named
:
"activity_nav_back"
)
gk_backImage
=
UIImage
(
named
:
"activity_nav_back"
)
view
.
backgroundColor
=
.
white
//1.
//1.
view
.
addSubview
(
tableView
)
view
.
addSubview
(
tableView
)
view
.
addSubview
(
bottomView
)
view
.
addSubview
(
bottomView
)
...
...
galaxy/galaxy/Classes/Modules/Community(社区)/Activity(活动)/V/YHActivityDetailCell0.swift
View file @
bae3c7ca
...
@@ -153,7 +153,7 @@ extension YHActivityDetailCell0 {
...
@@ -153,7 +153,7 @@ extension YHActivityDetailCell0 {
func
setupUI
()
{
func
setupUI
()
{
backgroundColor
=
.
clear
backgroundColor
=
.
clear
contentView
.
backgroundColor
=
.
pageBkgColo
r
contentView
.
backgroundColor
=
.
clea
r
selectionStyle
=
.
none
selectionStyle
=
.
none
}
}
}
}
galaxy/galaxy/Classes/Modules/Community(社区)/Activity(活动)/V/YHActivityDetailCell1.swift
View file @
bae3c7ca
...
@@ -117,7 +117,7 @@ extension YHActivityDetailCell1 {
...
@@ -117,7 +117,7 @@ extension YHActivityDetailCell1 {
func
setupUI
()
{
func
setupUI
()
{
backgroundColor
=
.
clear
backgroundColor
=
.
clear
contentView
.
backgroundColor
=
.
pageBkgColo
r
contentView
.
backgroundColor
=
.
clea
r
selectionStyle
=
.
none
selectionStyle
=
.
none
self
.
contentView
.
addSubview
(
bottomLine
)
self
.
contentView
.
addSubview
(
bottomLine
)
...
...
galaxy/galaxy/Classes/Modules/Community(社区)/Activity(活动)/V/YHActivityDetailCell2.swift
View file @
bae3c7ca
...
@@ -158,7 +158,7 @@ extension YHActivityDetailCell2 {
...
@@ -158,7 +158,7 @@ extension YHActivityDetailCell2 {
func
setupUI
()
{
func
setupUI
()
{
backgroundColor
=
.
clear
backgroundColor
=
.
clear
contentView
.
backgroundColor
=
.
pageBkgColo
r
contentView
.
backgroundColor
=
.
clea
r
selectionStyle
=
.
none
selectionStyle
=
.
none
}
}
}
}
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