I am new to Iphone App develoment and I was wondering how to insert a welcome screen when my app first start up. The app is primarily navigation based. There are tables that users can drill down and see a characteristic of the item that they selected. I want there to be a welcome screen that gives two options. But I don't want this to look like a table. I would prefer a background image and two rounded rect buttons that link to my tables. Is this possible? If so, how?
|
|
|
You should add a Read the HIG (Human Interface Guidelines) for more info. (Reading the HIG will also smooth over the review process, you're less likely to offend Apple if you follow their rules.) |
|||||||||
|
|
First you should define a new Then, wherever it is that you add the To dismiss the WelcomeController, simply remove its view from the superview, and insert the NavigationController. |
|||
|
|
|
Briefly, create a UIView with two UIButton's within it... Set the background image with
I'd suggest you spend some time reading/watching tutorials on http://developer.apple.com/iphone to get some basics concepts. |
|||
|
|