简体   繁体   中英

Always start with initial controller of the storyboard

I want the app to always start at the initial controller of the storyboard. The Initial controller is a standard uiviewcontroller.

Default behavior: I'm navigating through the app, and quit it at a specific view. When I restart the app, I want the user to start at a specific loading screen, not at the last visible controller.

I have already searched for this, but found nothing. Is this possible I think it should be, right?

Greetings

The easiest way to do this is to set the UIApplicationExitsOnSuspend key to YES in your app's Info.plist . Xcode's Info.plist editor will use the friendly name “Application does not run in background” for this key if you don't set the “Show Raw Keys/Values” option.

在Info.plist中的挂起条目上退出

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM