platform/iphone/Classes/RhoViewController.h in rhodes-5.5.18 vs platform/iphone/Classes/RhoViewController.h in rhodes-6.0.11
- old
+ new
@@ -29,9 +29,13 @@
@interface RhoViewController : UIViewController {}
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOrientation;
+#if defined(__IPHONE_7_0)
+- (BOOL)prefersStatusBarHidden;
+#endif
+
#if defined(__IPHONE_6_0)
- (BOOL)shouldAutorotate;
- (NSUInteger)supportedInterfaceOrientations;
#endif