iOS code format
This commit is contained in:
parent
6064242b34
commit
cfe7e96831
@ -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];
|
||||||
|
Reference in New Issue
Block a user