Re: Xc6 and disappearing unwind segues
Re: Xc6 and disappearing unwind segues
- Subject: Re: Xc6 and disappearing unwind segues
- From: Kyle Sluder <email@hidden>
- Date: Tue, 23 Sep 2014 12:08:20 -0500
On Mon, Sep 22, 2014, at 03:13 PM, Fritz Anderson wrote:
> 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?
Why wouldn't you have to? The name of your class is (some mangled form
of) YourModule.PasserListController. Asking the loading machinery to
instantiate a "PasserListController" results in a failed lookup since
there is no such class in the unnamed Objective-C namespace, and the
standard behavior is to fall back to the class that was encoded into the
nib.
--Kyle Sluder
_______________________________________________
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