How can i set the top status bar to be visible on IOS?
I have tried to edit info.plist and can’t find any method for this under Director either.
Thanks.
How can i set the top status bar to be visible on IOS?
I have tried to edit info.plist and can’t find any method for this under Director either.
Thanks.
these should help:
cocos2d-x defines prefersStatusBarHidden in RootViewController.mm
Thanks alot m8!
worked great!