G guyddor macrumors member Original poster Jan 7, 2009 32 0 Aug 20, 2009 #1 Hi, I built a tab bar controller app and I want to keep the user settings (the place of the icon in the tab bar), like in the iPod app. what to do? Thaks!
Hi, I built a tab bar controller app and I want to keep the user settings (the place of the icon in the tab bar), like in the iPod app. what to do? Thaks!
D dusanv macrumors 6502 Mar 1, 2006 351 0 Aug 20, 2009 #2 NSUserDefaults? Is that what you're looking for?
G guyddor macrumors member Original poster Jan 7, 2009 32 0 Aug 20, 2009 #3 Well, how do I use this in my project? ???
dejo Moderator emeritus Sep 2, 2004 15,982 452 The Centennial State Aug 20, 2009 #4 Well, are you storing the arrangement of the tabs into some kind of variable or object? If so, just save that into [NSUserDefaults standardUserDefaults].
Well, are you storing the arrangement of the tabs into some kind of variable or object? If so, just save that into [NSUserDefaults standardUserDefaults].
PhoneyDeveloper macrumors 68040 Sep 2, 2008 3,114 93 Aug 20, 2009 #5 http://www.google.com/search?hl=en&...hts=&as_occt=any&cr=&as_nlo=&as_nhi=&safe=off