Skip to content
This repository was archived by the owner on Aug 24, 2019. It is now read-only.

Commit 3ee6473

Browse files
committed
Add NS_DESIGNATED_INITIALIZER. Fixes #60
1 parent 32d7c4c commit 3ee6473

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SSPullToRefresh/SSPullToRefreshView.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ typedef NS_ENUM(NSUInteger, SSPullToRefreshViewStyle) {
134134
135135
You should only initalize with this method and never move it to another scroll view during its lifetime.
136136
*/
137-
- (id)initWithScrollView:(UIScrollView *)scrollView delegate:(id<SSPullToRefreshViewDelegate>)delegate;
137+
- (id)initWithScrollView:(UIScrollView *)scrollView delegate:(id<SSPullToRefreshViewDelegate>)delegate NS_DESIGNATED_INITIALIZER;
138138

139139
/**
140140
Call this method when you start loading. If you trigger loading another way besides pulling to refresh, call this

0 commit comments

Comments
 (0)