I have a button in my storyboard that presents a view controller with a modal segue. Every time this button is pressed, the app freezes (There is no crash and no error message). prepareForSegue
is called and all the view controllers that should be there are there in code in prepareForSegue
, but they don't appear onscreen. I can modal segue from the same button to another view controller just fine. Any ideas on why this is happening or how to fix it?
Things I have tried:
- Deleting button or using a different button
- Recreating the segue in IB