提交
This commit is contained in:
@@ -641,6 +641,7 @@
|
||||
weakSelf.nameLabel.shimmerColor = [UIColor colorWithHexString:model.nickname_color] ;
|
||||
[weakSelf.nameLabel startShimmer];
|
||||
}else{
|
||||
weakSelf.nameLabel.shimmerColor = UIColor.clearColor;
|
||||
[weakSelf.nameLabel stopShimmer];
|
||||
}
|
||||
if (model.master) {
|
||||
@@ -1008,6 +1009,8 @@
|
||||
|
||||
|
||||
-(void)showInView:(UIView *)view{
|
||||
self.cpDressView.hidden = YES;
|
||||
[self.cpDressView resetView];
|
||||
[view addSubview:self];
|
||||
[UIView animateWithDuration:0.3 animations:^{
|
||||
self.bgView.y = SCREEN_HEIGHT- ScaleWidth(429+33)-kSafeAreaBottom;
|
||||
|
||||
Reference in New Issue
Block a user