when i close my application (via HOME button) and open it up again, how do i force the application to restart from the very beginning view and not from the last location that was shown (before it was closed)? is it a setting in the project?
Share
Set the app’s info.plist key: UIApplicationExitsOnSuspend to True.