Commit 303ce470 by ludi

Merge branch 'feature/UI修改版本' of http://git.yabolive.net:88/pidan/FuSiLive into feature/UI修改版本

parents 3bbf8884 72641ad8
......@@ -86,9 +86,8 @@
[_rewardBtn setTitle:[NSString fus_localString:@"直播有奖励喔>"] forState:UIControlStateNormal];
_rewardBtn.style = FUSButtonStyleBlueBorder;
_backBtn.backgroundColor = [UIColor clearColor];
[_backBtn setTitle:[NSString fus_localString:@"返回"] forState:UIControlStateNormal];
_backBtn.style = FUSButtonStyleWhiteBorder;
_backBtn.style = FUSButtonStyleBlue;
_backBtn.layer.cornerRadius = _backBtn.height / 2.0;
_faceImageView.layer.cornerRadius = _faceImageView.height / 2.0;
......
......@@ -60,10 +60,9 @@
_tipLabel.text = [NSString fus_localString:@"你感兴趣的主播"];
[_backBtn setTitle:[NSString fus_localString:@"返回"] forState:UIControlStateNormal];
_backBtn.style = FUSButtonStyleGrayBorder;
_backBtn.style = FUSButtonStyleBlue;
_backBtn.layer.cornerRadius = _backBtn.height / 2.0;
_backBtn.layer.masksToBounds = YES;
_backBtn.backgroundColor = [[UIColor grayColor] colorWithAlphaComponent:0.5];
_bottomUserArr = [NSMutableArray array];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment