Segue types Segues are connections between views, so one view can call the other when the user pushes a button, or any specific object. The Modal Segue When the two views do not need to share information, like a login screen The Push Segue The push segue can pass data between the views and handle …
Continue reading “Apple Objective-C programming fundamentals. Creating Segues in the Storyboard”