iphone - Suspend app option -


I have an app that I have and I have set it not to run in the background, but in a number People have to give an option, it starts again again from where they left and many people should start from the beginning only when they tap the home button and restart the app. How do I add an on / off switch to give the user options? My app is an educational / reference app with flashcards and pdfs.

Thanks

as described in a Make the setting bundle.

Add your setting as Boolean value The way most people will use your app, consider this as default.

Now launch the value of the settings and launch it accordingly. The settings will appear in the System Preferences app under the name of your app.

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -