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
a12cee91
Commit
a12cee91
authored
Jul 11, 2024
by
pete谢兆麟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
我的足迹样式修改
parent
be82de57
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
8 deletions
+7
-8
YHMyLikeActivityViewController.swift
...s/Modules/Mine(我的)/C/YHMyLikeActivityViewController.swift
+7
-8
No files found.
galaxy/galaxy/Classes/Modules/Mine(我的)/C/YHMyLikeActivityViewController.swift
View file @
a12cee91
...
...
@@ -25,15 +25,13 @@ class YHMyLikeActivityViewController: YHBaseViewController {
let
dataSource
=
JXSegmentedTitleDataSource
()
dataSource
.
titles
=
arrItemTitles
dataSource
.
titleNormalFont
=
UIFont
.
PFSC_
R
(
ofSize
:
14
)
dataSource
.
title
SelectedColor
=
UIColor
.
labelTextColor2
dataSource
.
titleNormalFont
=
UIFont
.
PFSC_
M
(
ofSize
:
14
)
dataSource
.
title
NormalColor
=
.
labelTextColor2
dataSource
.
titleSelectedFont
=
UIFont
.
PFSC_M
(
ofSize
:
14
)
dataSource
.
titleSelectedColor
=
UIColor
.
white
dataSource
.
isTitleMaskEnabled
=
true
dataSource
.
isItemSpacingAverageEnabled
=
false
dataSource
.
titleSelectedColor
=
.
mainTextColor
dataSource
.
isItemSpacingAverageEnabled
=
true
dataSource
.
itemWidth
=
JXSegmentedViewAutomaticDimension
dataSource
.
itemSpacing
=
60
return
dataSource
}()
...
...
@@ -74,9 +72,10 @@ class YHMyLikeActivityViewController: YHBaseViewController {
segmentedView
.
delegate
=
self
//配置指示器
let
indicator
=
JXSegmentedIndicatorBackgroundView
()
let
indicator
=
JXSegmentedIndicatorLineView
()
indicator
.
indicatorWidth
=
16
indicator
.
indicatorColor
=
UIColor
.
brandMainColor
indicator
.
indicator
Height
=
32
indicator
.
indicator
CornerRadius
=
0
segmentedView
.
indicators
=
[
indicator
]
segmentedView
.
defaultSelectedIndex
=
self
.
myDefaultNavItemIndex
...
...
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