Hi All, I have two iOS projects, in both projects (ProjectA and ProjectB), I have two view controllers in both Apps, one is the Initial View Controller and the other is presented via Button Click.
In ProjectA this works ok. In ProjectB it crashes in main.m. When I look in the Storyboard file in both projects, I see that in ProjectA there is a Segue from a Button to the Destination, when I inspect the Segue, to shows the Kind as being “Show (e.g. Push)". However, in ProjectB is says “Push” and I can see no option for “Show” (as far as I remember when I created ProjectA, it said Push was deprecated. I’m not sure if this is causing the crash, but why it is different in the two projects? How can I fix this crash? I can’t see anything in the Storyboard or .m files that is different except the Segue “Kind” field. It seems like everything I try to do something with Storyboards there are crashes all over the place and I’m beginning to wish I’d not used them and just stuck to NIB files. Is there anyway to export View Controllers from a Storyboard file into a NIB file? Thanks a lot All the Best Dave _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
