Merge pull request #56 from caiguo37/master

Expose dateLabel (for setting custom values to dateLabel.text).
This commit is contained in:
Sam Vermette
2012-09-05 21:21:04 -07:00
2 changed files with 1 additions and 1 deletions

View File

@@ -15,6 +15,7 @@
@property (nonatomic, strong) UIColor *textColor;
@property (nonatomic, readwrite) UIActivityIndicatorViewStyle activityIndicatorViewStyle;
@property (nonatomic, strong) UILabel *dateLabel;
@property (nonatomic, strong) NSDate *lastUpdatedDate;
@property (nonatomic, strong) NSDateFormatter *dateFormatter;

View File

@@ -44,7 +44,6 @@ static CGFloat const SVPullToRefreshViewHeight = 60;
@property (nonatomic, strong) UIActivityIndicatorView *activityIndicatorView;
@property (nonatomic, strong) UILabel *titleLabel;
@property (nonatomic, strong, readonly) UILabel *dateLabel;
@property (nonatomic, unsafe_unretained) UIScrollView *scrollView;
@property (nonatomic, readwrite) UIEdgeInsets originalScrollViewContentInset;