mirror of
https://github.com/zhigang1992/SVPullToRefresh.git
synced 2026-01-12 22:52:41 +08:00
Added availability constraint to UIActivityIndicatorView color property.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user