We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c4609c commit 66434daCopy full SHA for 66434da
1 file changed
Classes/ios/FrameworkSupport/UIKit/JSBUIViewController.h
@@ -44,6 +44,12 @@
44
@property (nonatomic, assign) BOOL automaticallyAdjustsScrollViewInsets;
45
@property (nonatomic) CGSize preferredContentSize;
46
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
53
+ (void)attemptRotationToDeviceOrientation;
54
55
- (id)initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil;
0 commit comments