How do I mimic UITabController "Configure" screen?
Thanks in advance for any responses!
I'm new to iPhone development (coming from Window platforms) and I have to say I really like how clean and visually stimulating the iPhone classes are.
I'm looking to mimic the "Configure" screen which shows up when you press edit under the "More" tab. (the tab that is automatically created when you have more than 6 tabs) I'm looking to mimic it and create a main menu to my application using it.
Any thoughts on how to accomplish this? I've created a view with several UIIamgeViews and labels, but I'm thinking there's a much better way to do this.
Thanks!!!
|