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
Post a Comment