Skip to content

Commit 66434da

Browse files
Fix JSBUIViewController protocol.
1 parent 1c4609c commit 66434da

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Classes/ios/FrameworkSupport/UIKit/JSBUIViewController.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@
4444
@property (nonatomic, assign) BOOL automaticallyAdjustsScrollViewInsets;
4545
@property (nonatomic) CGSize preferredContentSize;
4646

47+
@property (nonatomic, readonly, retain) UINavigationItem *navigationItem;
48+
@property (nonatomic) BOOL hidesBottomBarWhenPushed;
49+
@property (nonatomic, readonly, retain) UINavigationController *navigationController;
50+
51+
@property (nonatomic, retain) NSArray *toolbarItems;
52+
4753
+ (void)attemptRotationToDeviceOrientation;
4854

4955
- (id)initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil;

0 commit comments

Comments
 (0)