Hi
I have been searching a solution to this problem for many days but cant seem to find the answer. In iphone I want a login view, as the first view, which will then lead to a tab bar view. How do i implement this???
Thanks in advance
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Turning your login view into a modal view as Dirty Henry suggests is probably a good idea from a UI design standpoint, but if you just want to add a
UITabBarto a view, you can do so in interface builder. Just put the tab bar in the view where you want it, and set that view’s controller as the tab bar’s delegate. You’ll have to respond to selections of the tab bar items yourself, but this is not hard.