Reputation: 11
I created a segue push but it presents the screen modally. Any idea why?
Tried redoing the segue and restarting Xcode but no help there.
After I linked it up via Storyboard, I named the segue in my controller and called perform when button gets tapped.
@IBAction func heyoTapped(_ sender: UIButton) {
performSegue(withIdentifier: "goToFriendList", sender: nil)
}
Upvotes: 1
Views: 60
Reputation: 55
Upvotes: 2