iphone - Always open application at rootViewController -
iphone - Always open application at rootViewController -
in app want user see rootviewcontroller
's view when app opened if app has not been killed completely.
one alternative have considered calling abort()
in applicationwillresignactive:
doesn't seem nice solution.
any suggestions?
set uiapplicationexitsonsuspend in info.plist true.
iphone ios ipad
Comments
Post a Comment