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

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

python - How to remove the Xframe Options header in django? -