This commit is contained in:
启星
2025-11-28 22:43:06 +08:00
parent 8913ea6f48
commit 7eb4f8d3b8
197 changed files with 7315 additions and 666 deletions

View File

@@ -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{