提交
This commit is contained in:
@@ -130,20 +130,12 @@
|
||||
self.nameLabel.shimmerColor = [UIColor colorWithHexString:self.model.nickname_color];
|
||||
[self.nameLabel startShimmer];
|
||||
}
|
||||
// else{
|
||||
// self.nameLabel.shimmerColor = [UIColor clearColor];
|
||||
// [self.nameLabel stopShimmer];
|
||||
// }
|
||||
}
|
||||
-(void)nameStopAnimate{
|
||||
if ([self.model.nickname_color isExist]) {
|
||||
self.nameLabel.shimmerColor = [UIColor colorWithHexString:self.model.nickname_color];
|
||||
[self.nameLabel stopShimmer];
|
||||
}
|
||||
// else{
|
||||
// self.nameLabel.shimmerColor = [UIColor clearColor];
|
||||
// [self.nameLabel stopShimmer];
|
||||
// }
|
||||
}
|
||||
|
||||
-(void)previewPhotoWithCurrentIndex:(NSInteger)currentIndex{
|
||||
|
||||
Reference in New Issue
Block a user