Skip to content

Commit

Permalink
Add documentation for InfiniteScrollDirection
Browse files Browse the repository at this point in the history
  • Loading branch information
pronebird committed Apr 15, 2018
1 parent 57d6671 commit 9cddbf4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Classes/UIScrollView+InfiniteScroll.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@

NS_ASSUME_NONNULL_BEGIN

/**
Enum that describes the infinite scroll direction.
*/
typedef NS_ENUM(NSUInteger, InfiniteScrollDirection) {
/**
* Trigger infinite scroll when the scroll view reaches the bottom.
Expand Down

0 comments on commit 9cddbf4

Please sign in to comment.