ios - UIViewImage push to new UIViewController IN STORYBOARD -


from questions this , this, know how have uiviewimage push new uiviewcontroller programatically.

but how can in in storyboard? storyboard , not have multiple xib files everywhere.

i've enable user interaction through storyboard, still can't create transition...

enter image description here

  1. drag uiviewcontroller object onto storyboard canvas
  2. select viewcontroller , in top menu bar, click editor > embed in > navigation controller.
  3. drag uiviewcontroller onto storyboard
  4. control drag first uiviewcontroller new uiviewcontroller , select push resulting options.
  5. click on segue created , go attributes inspector , enter identifier segue.
  6. in viewcontroller code you're handling uiimageview tap, call [self performseguewithidentifier:@"yoursegueidentifier" sender:self];

Comments

Popular posts from this blog

c++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

VBA function to include CDATA -