Hello All,
I am trying to implement following scenario in the IPad environment.
I have list of some information with me and that list is shown on the master view from which user select the particular item and its details is shown on the detail page.
Now I need to show the next and prev button on the navigation bar,so that user can navigate from that button as well instead of selecting the item from the master list.
for that I have used the UIToolbar to show the customized buttons,but now I am facing two issue
- How to get the link of prev backbutton which show the popover of master view.
- How to keep these customized buttons live in the landscape mode.
Please help on this.
Thanks,
Sagar....