How do you connect one ViewController to transition to another?

How do you connect one ViewController to another visually using a WSYSIWYG Interface Builder inside Xcode?

Accepted Reply

When designing interfaces with Interface Builder, devs visually connect views with a view controller's outlets. In order for this 'segue' to work, Interface Builder needs to know the view controller's class name....


See:

Replies

When designing interfaces with Interface Builder, devs visually connect views with a view controller's outlets. In order for this 'segue' to work, Interface Builder needs to know the view controller's class name....


See: