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 e90fead commit 3b158aaCopy full SHA for 3b158aa
Classes/ProgressViews/M13ProgressViewStripedBar.m
@@ -39,7 +39,7 @@ @interface M13ProgressViewStripedBar ()
39
/**The action currently being performed.*/
40
@property (nonatomic, assign) M13ProgressViewAction currentAction;
41
/**The stripes layer.*/
42
-@property (nonatomic, retain) CAShapeLayer *stripesLayer;
+@property (nonatomic, retain) CALayer *stripesLayer;
43
@end
44
45
@implementation M13ProgressViewStripedBar
0 commit comments