We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b10be8f commit f92b90bCopy full SHA for f92b90b
Demo/WSProgressHUD/FBShimmeringLayer.m
@@ -133,6 +133,10 @@ - (void)layoutSublayers
133
@end
134
135
@interface FBShimmeringLayer ()
136
+#if __IPHONE_OS_VERSION_MAX_ALLOWED >= 100000
137
+// iOS 10 SDK has CALayerDelegate and CAAnimationDelegate as proper protocols.
138
+<CALayerDelegate, CAAnimationDelegate>
139
+#endif
140
@property (strong, nonatomic) FBShimmeringMaskLayer *maskLayer;
141
142
0 commit comments