How do I create this user interface?
im for iphone development I want to create a view like this.
Screen 1.home contains a. navigation bar ba uiimageview ca toolbar (with 4 buttons)
2. The new view contains a.navigation bar with a back button that leads to the main screen. ba UITableView.
3.different table view with navbar back (2nd view)
note I want to load a new view using the toolbar button.
a source to share
It is perfectly. Thanks for the update! Let us know how you deal with this.
In fact, it would be a nuisance for you to write your code to us. Why don't you try looking at Apple's sample code on the iPhone Dev Center? He will answer your question.
You can go back here and post the code you tried that doesn't work.
This is probably not the answer you want, but I'm sure you would benefit more from actually researching the question and questioning it yourself.
a source to share
In response to Jordan's answer to the place you want to run, Get Started with iPhone OS . For the type of code you are talking about, you should look into the View Controller Programming Guide . Once you've gone through the samples and started having problems with native code, the Cocoa / iPhone crowd here on Stack Overflow is incredibly helpful. But asserting program requirements is not an SO question.
a source to share