How to use NavigationController in iPad using Interface Builder for Xcode 3.2?
Is this possible to do?
How to use NavigationController in iPad using Interface Builder for Xcode 3.2? Is this
Share
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.
Yes it is possible to use Navigation Controller in iPad. You have to follow the same steps that you would follow in iPhone programming. Drag and drop a navigation controller from the Obj Lib into Your XIB file. Connect it to the appropriate IBOutlet. Set the Root View Controller. And show your navigation controller’s view. See the following example.
I have dragged and dropped the Navigation Controller in my MainWindow.xib. I have connected it to an IBOutlet in my app delegate. I have created a RootViewController. in the xib, I have set the Class name of the view Controller of the Navigation Controller to RootViewController. (You can see this if you disclose the Navigation Controller in IB). And then in