I have three questions about iOS or more specifically iPad programming.
I'm still just learning the basics of Xcode, and I have almost no Obj-C knowledge, so if someone could provide some noobfriendly answers, I would be very grateful.
1. I made a tab based app using the template, but I want my login screen to come first and without tabs. Then, when you click a button, I want the tabs to come up( and I want the first view to come of course). How do I change the first thing shown when launching the app to my login.xib, and how do I make the button go to the first view with tabs?
2. In the iPad settings app, go to General, International, and then look at Region Format. I want to create a button/dropdown/whatever like that. Is there a template or an easy way to do this? Remember, I have almost no C knowledge, so I'm just trying to create the GUI in Interface Maker/Editor/Something. It doesn't have to do anything, I just need to make a list like that with my own data. If this is hard to do, is it easier to make a popup/popover with the list of items? And how?
3. In the first view, I want to go to another screen when a next button is pressed. I want the ohter screens to be included in the first tab. How?
You're welcome to link to useful tutorials about this, but direct answers are appreciated. Thanks!
EDIT: Bonus question! On my login screen, I've made the correct keyboards etc. come up when editing, but how do I make that nice Previous/Next bar?
I'm still just learning the basics of Xcode, and I have almost no Obj-C knowledge, so if someone could provide some noobfriendly answers, I would be very grateful.
1. I made a tab based app using the template, but I want my login screen to come first and without tabs. Then, when you click a button, I want the tabs to come up( and I want the first view to come of course). How do I change the first thing shown when launching the app to my login.xib, and how do I make the button go to the first view with tabs?
2. In the iPad settings app, go to General, International, and then look at Region Format. I want to create a button/dropdown/whatever like that. Is there a template or an easy way to do this? Remember, I have almost no C knowledge, so I'm just trying to create the GUI in Interface Maker/Editor/Something. It doesn't have to do anything, I just need to make a list like that with my own data. If this is hard to do, is it easier to make a popup/popover with the list of items? And how?
3. In the first view, I want to go to another screen when a next button is pressed. I want the ohter screens to be included in the first tab. How?
You're welcome to link to useful tutorials about this, but direct answers are appreciated. Thanks!
EDIT: Bonus question! On my login screen, I've made the correct keyboards etc. come up when editing, but how do I make that nice Previous/Next bar?
Last edited: