Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
pidan
/
FuSiLive
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
68731134
authored
Jul 11, 2024
by
pierce
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
UI修改
parent
fa0e0a07
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
FuSiLive/Classes/NewLive/Main/View/EndView/FUSVideoEndView.m
FuSiLive/Classes/NewLive/Main/View/EndView/FUSVideoEndedView.m
FuSiLive/Classes/NewLive/Main/View/EndView/FUSVideoEndView.m
View file @
68731134
...
@@ -86,9 +86,8 @@
...
@@ -86,9 +86,8 @@
[
_rewardBtn
setTitle
:[
NSString
fus_localString
:
@"直播有奖励喔>"
]
forState
:
UIControlStateNormal
];
[
_rewardBtn
setTitle
:[
NSString
fus_localString
:
@"直播有奖励喔>"
]
forState
:
UIControlStateNormal
];
_rewardBtn
.
style
=
FUSButtonStyleBlueBorder
;
_rewardBtn
.
style
=
FUSButtonStyleBlueBorder
;
_backBtn
.
backgroundColor
=
[
UIColor
clearColor
];
[
_backBtn
setTitle
:[
NSString
fus_localString
:
@"返回"
]
forState
:
UIControlStateNormal
];
[
_backBtn
setTitle
:[
NSString
fus_localString
:
@"返回"
]
forState
:
UIControlStateNormal
];
_backBtn
.
style
=
FUSButtonStyle
WhiteBorder
;
_backBtn
.
style
=
FUSButtonStyle
Blue
;
_backBtn
.
layer
.
cornerRadius
=
_backBtn
.
height
/
2
.
0
;
_backBtn
.
layer
.
cornerRadius
=
_backBtn
.
height
/
2
.
0
;
_faceImageView
.
layer
.
cornerRadius
=
_faceImageView
.
height
/
2
.
0
;
_faceImageView
.
layer
.
cornerRadius
=
_faceImageView
.
height
/
2
.
0
;
...
...
FuSiLive/Classes/NewLive/Main/View/EndView/FUSVideoEndedView.m
View file @
68731134
...
@@ -60,10 +60,9 @@
...
@@ -60,10 +60,9 @@
_tipLabel
.
text
=
[
NSString
fus_localString
:
@"你感兴趣的主播"
];
_tipLabel
.
text
=
[
NSString
fus_localString
:
@"你感兴趣的主播"
];
[
_backBtn
setTitle
:[
NSString
fus_localString
:
@"返回"
]
forState
:
UIControlStateNormal
];
[
_backBtn
setTitle
:[
NSString
fus_localString
:
@"返回"
]
forState
:
UIControlStateNormal
];
_backBtn
.
style
=
FUSButtonStyle
GrayBorder
;
_backBtn
.
style
=
FUSButtonStyle
Blue
;
_backBtn
.
layer
.
cornerRadius
=
_backBtn
.
height
/
2
.
0
;
_backBtn
.
layer
.
cornerRadius
=
_backBtn
.
height
/
2
.
0
;
_backBtn
.
layer
.
masksToBounds
=
YES
;
_backBtn
.
layer
.
masksToBounds
=
YES
;
_backBtn
.
backgroundColor
=
[[
UIColor
grayColor
]
colorWithAlphaComponent
:
0
.
5
];
_bottomUserArr
=
[
NSMutableArray
array
];
_bottomUserArr
=
[
NSMutableArray
array
];
...
...
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