iOS Question No return to login page

Israel Gallegos

Member
Licensed User
Hi, i Added these attributes to my code to use swipe gesture function but Is possible disable the return function to login page?

#PlistExtra:<key>UIStatusBarStyle</key>
#PlistExtra:<string>UIStatusBarStyleLightContent</string>
#PlistExtra:<key>UIViewControllerBasedStatusBarAppearance</key>
#PlistExtra:<false/>
 
Top