Re: Creating Custom Views in Interface Builder
Re: Creating Custom Views in Interface Builder
- Subject: Re: Creating Custom Views in Interface Builder
- From: Rob Keniger <email@hidden>
- Date: Sat, 15 Mar 2008 12:48:16 +1000
On 15/03/2008, at 4:46 AM, email@hidden wrote:
It seems to me that you should be able to follow the QuickStart for
building an InterfaceBuilder plug-in to create your custom NSView:
There's a trap for young players in the docs: watch out if you are
creating a GC-only app. Classes instantiated via IB3 plugins MUST be
compliant with the traditional retain/release mechanism, you can't
create a plugin for a class that relies on Garbage Collection.
I personally find this limitation very frustrating as any code that is
linked to the class must also be written to take into account non-GC
memory management. If you are writing a Garbage-collected app this is
a right pain in the backside.
--
Rob Keniger
_______________________________________________
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