Skip to content

Commit

Permalink
Merge pull request #16 from rodericj/master
Browse files Browse the repository at this point in the history
Exposing the navigationBarView for more flexibility when used in conjunc...
  • Loading branch information
StefanLage committed Mar 11, 2015
2 parents f533f76 + 584da63 commit c42eed5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions SLPagingView/SLPagingViewController.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ typedef void(^SLPagingViewDidChanged)(NSInteger currentPage);

@interface SLPagingViewController : UIViewController

/*
* The view containing the nav bar menu selection views
*/
@property (nonatomic, strong) UIView *navigationBarView;

/*
* Delegate: Called when the user scroll horizontally
* Allow to redefine all behaviors + customized the navigation items
Expand Down
1 change: 0 additions & 1 deletion SLPagingView/SLPagingViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ @interface SLPagingViewController () <UIScrollViewDelegate>

@property (nonatomic, strong) UIScrollView *scrollView;
@property (nonatomic, strong) UIPageControl *pageControl;
@property (nonatomic, strong) UIView *navigationBarView;
@property (nonatomic, strong) NSMutableArray *navItemsViews;
@property (nonatomic, strong) NSMutableArray *controllerReferences;
@property (nonatomic) BOOL needToShowPageControl;
Expand Down

0 comments on commit c42eed5

Please sign in to comment.