iOS code format

This commit is contained in:
pengfei.zhou 2020-11-03 19:18:37 +08:00
parent 6064242b34
commit cfe7e96831
2 changed files with 5 additions and 5 deletions

View File

@ -30,7 +30,7 @@ @interface DoricImageView : YYAnimatedImageView
@end @end
@implementation DoricImageView @implementation DoricImageView
- (void)displayLayer:(CALayer *)layer { - (void)displayLayer:(CALXayer *)layer {
if (@available(iOS 14.0, *)) { if (@available(iOS 14.0, *)) {
if (self.isAnimating) { if (self.isAnimating) {
[super displayLayer:layer]; [super displayLayer:layer];