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

Commit

Permalink
Add NS_DESIGNATED_INITIALIZER. Fixes #60
Browse files Browse the repository at this point in the history
  • Loading branch information
soffes committed Jun 4, 2015
1 parent 32d7c4c commit 3ee6473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SSPullToRefresh/SSPullToRefreshView.h
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ typedef NS_ENUM(NSUInteger, SSPullToRefreshViewStyle) {
You should only initalize with this method and never move it to another scroll view during its lifetime.
*/
- (id)initWithScrollView:(UIScrollView *)scrollView delegate:(id<SSPullToRefreshViewDelegate>)delegate;
- (id)initWithScrollView:(UIScrollView *)scrollView delegate:(id<SSPullToRefreshViewDelegate>)delegate NS_DESIGNATED_INITIALIZER;

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

0 comments on commit 3ee6473

Please sign in to comment.