This is the second project I am doing with ios and I do not recall having this error the first time. I am wondering if I did’t set some setting right.
On push notifications, I get this crash:
Push segues can only be used when the source controller is managed by an instance of UINavigationController.
Any idea how to fix it? Is there some setting that needs to be on?
Thanks!
Well, assuming you started with a single view project, just select that view controller, go to the Editor menu, and choose “Embed in”, then choose Navigation Controller.