How to: Save order of tabs when customizing tabs in UITabBarController
Posted
by Canada Dev
on Stack Overflow
See other posts from Stack Overflow
or by Canada Dev
Published on 2010-01-09T17:20:30Z
Indexed on
2010/06/07
5:52 UTC
Read the original article
Hit count: 276
iphone
|uitabbarcontroller
I am having problems finding any other information than the docs for how to save the tab order for my UITabBarController, so that the user's customization is saved for next app launch. I have searched online, but have been unable to find any blog posts or articles that goes through the proper code for doing this.
I realize I have to use the delegate methods for the UITabBarController (didEndCustomizingViewControllers:) but I am not sure how I best approach persistance in terms of saving the state of the order the user wants the tabs in.
Can someone post some code, point me in the right direction or perhaps you have a link for something saved? :)
Thanks
© Stack Overflow or respective owner