Let's say I have a view controller A (subclass of UIViewController) which has a button, and if you press the button it will load and display view controller B (subclass of UIViewController) using a segue (so I made the connection using interface builder). Segue type is Show.Let's say I have a view controller A (subclass