Advertise Books Events Forum News Social Networking Support Us

sdkIQ for iPhone
($4.99)

Shape Up
($0.99)

Your First iPhone App
($1.99)

iVidCam Free
(free)

Kid Art
($0.99)

iPUBQUIZ
(£1.19)

ArtStudio
($3.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum > iPhone SDK Development Forums > iPhone SDK Development

Reply
 
LinkBack Thread Tools Display Modes
Old 02-09-2010, 09:18 AM   #1 (permalink)
Registered Member
 
Join Date: Dec 2009
Posts: 46
Default Tab Bar with dynamically changed main view

Hi,

I'm creating a tab bar based app and for my initial app run I would like to
have a different main view than on the ongoing app runs.

I mean on the first run I want the user to first get view1 in the tab bar and
for other runs to get view2.

How do I achieve this?

Thanks
embedded is offline   Reply With Quote
Old 02-09-2010, 10:43 AM   #2 (permalink)
Registered Member
 
Join Date: Feb 2010
Posts: 11
Default

Won't give you specific code, but here are the steps I would take.

1.) Store a boolean flag in the NSUserDefaults. This is a persistent storage location done by Apple, very easy to use.

2.) Check this flag in the app delegate in the applicationDidFinishLaunching method.

3.) If the flag is up (ie this is not your first load), change the ViewControllers in your TabBarController object.

Hope this helps.
ggalante is offline   Reply With Quote
Old 02-09-2010, 02:22 PM   #3 (permalink)
Registered Member
 
Join Date: Dec 2009
Posts: 46
Default

I'll clarify my question.

Is it possible to load tab bar item i when the tab bar controller loads and not just the first tab bar item?

Thanks

EDIT:I've found the solution, for anyone interested here it is:
self.tabBarController.selectedIndex = 1;

Last edited by embedded; 02-09-2010 at 02:29 PM.
embedded is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Enter the iPhone App Challenge!  Win $500!
» Advertisements
» Stats
Members: 24,257
Threads: 39,039
Posts: 171,222
Top Poster: smasher (2,573)
Welcome to our newest member, arielgren
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 02:41 PM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0