[Interest] UIViewController override

Jason H jhihn at gmx.com
Tue Aug 7 20:55:37 CEST 2018


Nevermind, My bug.

Thank you so much for your help Furkan!

> Sent: Tuesday, August 07, 2018 at 1:46 PM
> From: "Jason H" <jhihn at gmx.com>
> To: "Jason H" <jhihn at gmx.com>
> Cc: "Furkan Üzümcü" <furkanuzumcu at gmail.com>, "interestqt-project.org" <interest at qt-project.org>
> Subject: Re: [Interest] UIViewController override
>
> I finally got it! Well almost. When setting the screen to all black, I get a 1px white line at the top. But other than that the bar is gone.
> Any ideas on that one?
> 
> > Sent: Tuesday, August 07, 2018 at 12:25 PM
> > From: "Jason H" <jhihn at gmx.com>
> > To: "Furkan Üzümcü" <furkanuzumcu at gmail.com>
> > Cc: "interestqt-project.org" <interest at qt-project.org>
> > Subject: Re: [Interest] UIViewController override
> >
> > Thanks for that. I've got it all set up, but i still can't get the states bar gone on ios 11...
> > 
> > I just need it gone globally for the application. I think i have the right plist values set and I'm calling all the right functions...
> > 
> > > Sent: Tuesday, August 07, 2018 at 5:45 PM
> > > From: "Furkan Üzümcü" <furkanuzumcu at gmail.com>
> > > To: "interestqt-project.org" <interest at qt-project.org>, "Jason H" <jhihn at gmx.com>
> > > Subject: Re: [Interest] UIViewController override
> > >
> > > You can create a file with the name `AppDelegate.mm` and the settings will take affect. As an example, you can take a look at here.
> > > You can also set that setting in Xcode as well.
> > > 
> > > Regards,
> > > Furkan Üzümcü
> > > On Aug 7, 2018, 11:39 -0400, Jason H <jhihn at gmx.com>, wrote:
> > > > 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.
> > > > _______________________________________________
> > > > Interest mailing list
> > > > Interest at qt-project.org
> > > > http://lists.qt-project.org/mailman/listinfo/interest
> > >
> > _______________________________________________
> > Interest mailing list
> > Interest at qt-project.org
> > http://lists.qt-project.org/mailman/listinfo/interest
> >
>



More information about the Interest mailing list