Skip to content

Commit

Permalink
Merge pull request #425 from Wisors/support_iCloudLibrary
Browse files Browse the repository at this point in the history
CircleProgressIndicatorView can accept nil title. Change optionality.
  • Loading branch information
AntonPalich authored Dec 20, 2017
2 parents c35ba79 + 32cfcb7 commit 6389e66
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ NS_ASSUME_NONNULL_BEGIN
+ (instancetype)progressIndicatorViewWithSize:(CGSize)size;

- (void)setProgress:(CGFloat)progress;
- (void)setTimerTitle:(NSAttributedString *)title;
- (void)setTextTitle:(NSAttributedString *)title;
- (void)setTimerTitle:(nullable NSAttributedString *)title;
- (void)setTextTitle:(nullable NSAttributedString *)title;
- (void)setIconType:(CircleIconType)type;

@end
Expand Down

0 comments on commit 6389e66

Please sign in to comment.