• 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: Need Help with Swift
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Need Help with Swift


  • Subject: Re: Need Help with Swift
  • From: Roland King <email@hidden>
  • Date: Fri, 04 Dec 2015 15:45:31 +0800

> On 4 Dec 2015, at 15:42, Stevo Brock <email@hidden> wrote:
>
> So strange…
>
> I added
>
> class IB_MediaItemViewController_PhotoMediaItemView : MediaItemViewController<PhotoMediaItemView>
> {
> }
>
> and used IB_MediaItemViewController_PhotoMediaItemView in the Storyboard, and I still see this error:
>
> 2015-12-03 23:35:52.400 Media Tools[14523:313526] Unknown class _TtC11Media_Tools45IB_MediaItemViewController_PhotoMediaItemView in Interface Builder file.
>
> So strange…

Try using it somewhere - even in a method which can’t possibly ever get called. I don’t know if Swift suffers from the same problem with IB as ObjC does, that if you have a class which is reference ONLY in your IB file, and not in code, none of the code for it actually ends up in the binary.

I have little hack files in some of my projects which just do

	SomeClassIWantToLoad.class


_______________________________________________

Cocoa-dev mailing list (email@hidden)

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:

This email sent to email@hidden


  • Follow-Ups:
    • Re: Need Help with Swift
      • From: Stevo Brock <email@hidden>
References: 
 >Need Help with Swift (From: Stevo Brock <email@hidden>)
 >Re: Need Help with Swift (From: Roland King <email@hidden>)
 >Re: Need Help with Swift (From: Stevo Brock <email@hidden>)
 >Re: Need Help with Swift (From: Roland King <email@hidden>)
 >Re: Need Help with Swift (From: Stevo Brock <email@hidden>)

  • Prev by Date: Re: Need Help with Swift
  • Next by Date: Re: Need Help with Swift
  • Previous by thread: Re: Need Help with Swift
  • Next by thread: Re: Need Help with Swift
  • Index(es):
    • Date
    • Thread