File tree Expand file tree Collapse file tree 4 files changed +0
-8
lines changed Expand file tree Collapse file tree 4 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,6 @@ @interface M13ProgressViewBar ()
2626@property (nonatomic , assign ) CFTimeInterval animationStartTime;
2727/* *Link to the display to keep animations in sync.*/
2828@property (nonatomic , strong ) CADisplayLink *displayLink;
29- /* *Allow us to write to the progress.*/
30- @property (nonatomic , readwrite ) CGFloat progress;
3129/* *The view of the progress bar.*/
3230@property (nonatomic , retain ) UIView *progressBar;
3331/* *The layer that displays progress in the progress bar.*/
Original file line number Diff line number Diff line change @@ -22,8 +22,6 @@ @interface M13ProgressViewBorderedBar ()
2222@property (nonatomic , assign ) CFTimeInterval animationStartTime;
2323/* *Link to the display to keep animations in sync.*/
2424@property (nonatomic , strong ) CADisplayLink *displayLink;
25- /* *Allow us to write to the progress.*/
26- @property (nonatomic , readwrite ) CGFloat progress;
2725/* *The layer that contains the progress layer. That also masks the progress layer.*/
2826@property (nonatomic , retain ) CALayer *progressSuperLayer;
2927/* *The layer that displays progress in the progress bar.*/
Original file line number Diff line number Diff line change @@ -23,8 +23,6 @@ @interface M13ProgressViewFilteredImage ()
2323@property (nonatomic , assign ) CFTimeInterval animationStartTime;
2424/* *Link to the display to keep animations in sync.*/
2525@property (nonatomic , strong ) CADisplayLink *displayLink;
26- /* *Allow us to write to the progress.*/
27- @property (nonatomic , readwrite ) CGFloat progress;
2826
2927@end
3028
Original file line number Diff line number Diff line change @@ -27,8 +27,6 @@ @interface M13ProgressViewRing ()
2727@property (nonatomic , assign ) CFTimeInterval animationStartTime;
2828/* *Link to the display to keep animations in sync.*/
2929@property (nonatomic , strong ) CADisplayLink *displayLink;
30- /* *Allow us to write to the progress.*/
31- @property (nonatomic , readwrite ) CGFloat progress;
3230/* *The layer that progress is shown on.*/
3331@property (nonatomic , retain ) CAShapeLayer *progressLayer;
3432/* *The layer that the background and indeterminate progress is shown on.*/
You can’t perform that action at this time.
0 commit comments