ios - How to design a mechanism to manage viewcontrollers transitions, like route -


i want design routing mechanism management view controller transitions in objective-c.

two view controllers, without reference other side of pointer, transition controlled route.

how achieve route?

thanks help.

i hope think this.

route = segue (in xcode)

  1. take 2 view controller
  2. make 1st embed in navigation controller (which must initial view controller)
  3. put 1 button in 1st vc
  4. press ctrl + drag mouse button 2nd vc (one popup show, select push)
  5. run project
  6. press button

lol


Comments

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - How to Hide Date Menu from Datepicker in yii2 -