Re: Xc6 and disappearing unwind segues
Re: Xc6 and disappearing unwind segues
- Subject: Re: Xc6 and disappearing unwind segues
- From: Fritz Anderson <email@hidden>
- Date: Mon, 22 Sep 2014 15:13:37 -0500
On Sep 22, 2014, at 2:29 PM, Fritz Anderson <email@hidden> wrote:
> 6.0 (6A313) iOS 8 target using Swift.
>
> The short of it is that I am unable at least to get Interface Builder to recognize a handler for an unwind segue upstream from the scene that would like to use it. It later developed that loading the storyboard would yield a generic view controller (UITableViewController) instead of the intended subclass.
>
> The declaring subclass is specified as the class of the upstream scene. I’ve checked the spelling. I’ve tried specifying the application module, and not. The subclass’s name, and not UITableViewController, appears in the Storyboard content. Starting with the Master-Detail template got the expected behavior (master view controller loaded as subclass, unwind handlers visible in IB). I’ve tried building up from the good project, and down from the bad one, but have yet to find the breaking point.
>
> It should not necessarily motivate you that not finding a solution soon would be of more-than-business consequence to me. Everybody’s problem is urgent. But I’ll say it anyway.
>
> What am I doing wrong?
I’ve learned further, at least as of 6.1b2: If I explicitly set the module namespace for the view controllers in IB, the loader will yield my view-controller types, and not instances of their UIKit superclasses.
I shouldn’t have to do that, right?
Also, the class and module combo boxes are still empty but for a single blank line.
— F
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden