iPhone Tab Bar App With Registration View

Posted by leeks on Stack Overflow See other posts from Stack Overflow or by leeks
Published on 2010-05-01T13:39:43Z Indexed on 2010/05/01 13:47 UTC
Read the original article Hit count: 132

Hi! I'm a relative newbie on iPhone app development but have successfully created a tab bar app with 4 tab bar items. I would like to have a one-off registration page for users to key-in information when they open the application for the first time. The registration page should load before the view with the selection of tab bar items loads.

What is the best way to do this? Also, how do I load a UIView or UIWebView before the tab bar items load? Any suggestions and sample code would be very much appreciated - thanks!

© Stack Overflow or respective owner

Related posts about iphone-sdk

Related posts about uitabbarcontroller