Skip to content

Commit 6134d42

Browse files
Fixed Issue #24
1 parent 40c0ee1 commit 6134d42

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

Classes/ProgressViews/M13ProgressViewBar.m

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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.*/

Classes/ProgressViews/M13ProgressViewBorderedBar.m

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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.*/

Classes/ProgressViews/M13ProgressViewFilteredImage.m

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

Classes/ProgressViews/M13ProgressViewRing.m

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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.*/

0 commit comments

Comments
 (0)