objective c - Back Home from segued views -


i have used storyboard , segued main menu dealers list district open invoices list invoice detail.

is there way put button called home, can send user main menu meaning programmatically invoke button in invoice detail, , again invoke button in open invoice list , again invoke button in dealer list , send user main menu

appreciate inputs thanks

make button in storyboard, , wire ibaction this:

- (ibaction)homebuttonpressed:(id)sender { [[self navigationcontroller] poptorootviewcontrolleranimated:yes] } 

Comments

Popular posts from this blog

node.js - Bad Request - node js ajax post -

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -