Skip to content

Commit

Permalink
Update KIPageView.m
Browse files Browse the repository at this point in the history
  • Loading branch information
smartwalle committed Apr 7, 2016
1 parent a85e738 commit 4f1671f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions KIPageView/KIPageView/KIPageView.m
Original file line number Diff line number Diff line change
Expand Up @@ -948,4 +948,12 @@ - (void)setBounces:(BOOL)bounces {
[self.scrollView setBounces:bounces];
}

- (BOOL)scrollsToTop {
return self.scrollView.scrollsToTop;
}

- (void)setScrollsToTop:(BOOL)scrollsToTop {
[self.scrollView setScrollsToTop:scrollsToTop];
}

@end

0 comments on commit 4f1671f

Please sign in to comment.