[Interest] UIViewController override

Jason H jhihn at gmx.com
Tue Aug 7 17:39:32 CEST 2018


I was looking at http://doc.qt.io/qt-5/examples-ios.html but there are no instructions on how to do this. 

// https://stackoverflow.com/questions/12661031/how-to-hide-a-status-bar-in-ios
- (BOOL)prefersStatusBarHidden {
    return YES;
}

on the UIViewController, but not sure how to do this on Qt/QML/iOS. I know on Android Qt provides some Java classes that can be inherited, not I'm not a Objective-C person.

Many thanks.



More information about the Interest mailing list