From 0116cbcc6924902aa413b23e450e3ec2f628133f Mon Sep 17 00:00:00 2001 From: Brad Bergeron Date: Tue, 20 Aug 2013 11:13:01 -0400 Subject: [PATCH] Added availability constraint to UIActivityIndicatorView color property. --- SVPullToRefresh/UIScrollView+SVPullToRefresh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SVPullToRefresh/UIScrollView+SVPullToRefresh.h b/SVPullToRefresh/UIScrollView+SVPullToRefresh.h index d2c482b..06a5546 100644 --- a/SVPullToRefresh/UIScrollView+SVPullToRefresh.h +++ b/SVPullToRefresh/UIScrollView+SVPullToRefresh.h @@ -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;