• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Xc6 and disappearing unwind segues
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >Xc6 and disappearing unwind segues (From: Fritz Anderson <email@hidden>)
 >Re: Xc6 and disappearing unwind segues (From: Fritz Anderson <email@hidden>)

  • Prev by Date: Re: iOS Static Library -> Duplicate Class objects
  • Next by Date: iOS 8 Simulators not available?
  • Previous by thread: Re: Xc6 and disappearing unwind segues
  • Next by thread: iOS 8 Simulators not available?
  • Index(es):
    • Date
    • Thread