Skip to content

Commit

Permalink
added comment on horizontal mode only.
Browse files Browse the repository at this point in the history
  • Loading branch information
George Harker committed Apr 3, 2015
1 parent b141756 commit 11ada75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pagingscrollview/src/NIPagingScrollView.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ typedef enum {

// Controls the border between images.
@property (nonatomic) CGFloat pageMargin;
// Used to make the view smaller than full screen, thus showing neighboring images
// Used to make the view smaller than full screen, thus showing neighboring images, horizontally
// in the view.
@property (nonatomic) CGFloat pageInset;
@property (nonatomic) NIPagingScrollViewType type; // Default: NIPagingScrollViewHorizontal
Expand Down

0 comments on commit 11ada75

Please sign in to comment.