Added availability constraint to UIActivityIndicatorView color property.

This commit is contained in:
Brad Bergeron
2013-08-20 11:13:01 -04:00
parent 790fe106a3
commit 0116cbcc69

View File

@@ -47,7 +47,7 @@ typedef NSUInteger SVPullToRefreshState;
@property (nonatomic, strong) UIColor *textColor;
@property (nonatomic, strong, readonly) UILabel *titleLabel;
@property (nonatomic, strong, readonly) UILabel *subtitleLabel;
@property (nonatomic, strong) UIColor *activityIndicatorViewColor;
@property (nonatomic, strong, readwrite) UIColor *activityIndicatorViewColor NS_AVAILABLE_IOS(5_0);
@property (nonatomic, readwrite) UIActivityIndicatorViewStyle activityIndicatorViewStyle;
@property (nonatomic, readonly) SVPullToRefreshState state;