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

Popular posts from this blog

delphi - blogger via idHTTP : error 400 bad request -

c++ - compiler errors when initializing EXPECT_CALL with function which has program_options::variables_map as parameter -

How do I check if an insert was successful with MySQLdb in Python? -