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)
- take 2 view controller
- make 1st embed in navigation controller (which must initial view controller)
- put 1 button in 1st vc
- press ctrl + drag mouse button 2nd vc (one popup show, select push)
- run project
- press button
lol
Comments
Post a Comment