My app for iPad has 3 views. Welcome Screen -> Home screen -> Detail screen
Home screen has 6 buttons. All those buttons have different data which is shown on detail screen respective to the button pressed. I want to set a title for each button on the navigation bar of the Detail Screen. So there will be 6 titles on the navigation bar. I have tagged the buttons from 1 to 6.
pls guide
thanks
If you have Navigation Controller, then all you need is to set
titleproperty of Detail screen’s View Controller. Navigation bar will automatically update it’s label to current View Controller’s title.So if you have action for button :