mirror of
https://github.com/zhigang1992/SVPullToRefresh.git
synced 2026-04-28 17:25:55 +08:00
Merge pull request #56 from caiguo37/master
Expose dateLabel (for setting custom values to dateLabel.text).
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user