> On 4 Dec 2015, at 15:42, Stevo Brock <devli...@sunsetmagicwerks.com> 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 (Cocoa-dev@lists.apple.com) 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 arch...@mail-archive.com