开发者

how to come back to different view after opening the safari through another view in iphone application?

开发者 https://www.devze.com 2023-03-13 00:46 出处:网络
I\'m using tabbar based application. I have 9 tabbar ite开发者_如何学编程ms. I\'m calling the safari in my 6th tabbar item. When i close the safari and open the app again i want my app to open the 2nd

I'm using tabbar based application. I have 9 tabbar ite开发者_如何学编程ms. I'm calling the safari in my 6th tabbar item. When i close the safari and open the app again i want my app to open the 2nd tab in the application. Can any one help me out in this issue.

Thanks


Try programmatically set tab bar selected index to 2 applicationDidBecomeActive/applicationDidFinishLaunching(if your app does not run in background). You can search on google and you will easily find the answer.

0

精彩评论

暂无评论...
验证码 换一张
取 消