Skip to content

Commit

Permalink
Expose slideNavigationControllerState
Browse files Browse the repository at this point in the history
  • Loading branch information
myell0w committed Jan 2, 2012
1 parent cc6e9cd commit f1a2c0b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,13 @@
@interface MTSlideViewController : UIViewController

@property (nonatomic, strong, readonly) UINavigationController *slideNavigationController;
@property (nonatomic, strong, readonly) UITableView *tableView;
@property (nonatomic, assign) MTSlideNavigationControllerState slideNavigationControllerState;
@property (nonatomic, assign) BOOL slideOnNavigationBarOnly;

@property (nonatomic, weak) id <MTSlideViewControllerDelegate> delegate;
@property (nonatomic, weak) id <MTSlideViewControllerDataSource> dataSource;
@property (nonatomic, assign) BOOL slideOnNavigationBarOnly;

@property (nonatomic, strong, readonly) UITableView *tableView;

- (void)slideOutSlideNavigationControllerView;
- (void)slideInSlideNavigationControllerView;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ @interface MTSlideViewController () <UITableViewDelegate, UITableViewDataSource,
@property (nonatomic, strong, readwrite) UITableView *tableView;
@property (nonatomic, strong) UISearchBar *searchBar;
@property (nonatomic, strong) UIImageView *searchBarBackgroundView;
@property (nonatomic, assign) MTSlideNavigationControllerState slideNavigationControllerState;

- (void)configureViewController:(UIViewController *)viewController;
- (void)menuBarButtonItemPressed:(id)sender;
Expand Down

0 comments on commit f1a2c0b

Please sign in to comment.