• 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: Creating Custom Views in Interface Builder
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: Creating Custom Views in Interface Builder
      • From: "Sean McBride" <email@hidden>
References: 
 >Creating Custom Views in Interface Builder (From: Michael Fey <email@hidden>)
 >Re: Creating Custom Views in Interface Builder (From: email@hidden)

  • Prev by Date: Re: Best Way To Lookup From a Huge Table
  • Next by Date: Re: newb problem- Currency Converter app problem- Can't Add ConverterController Class to Nib
  • Previous by thread: Re: Creating Custom Views in Interface Builder
  • Next by thread: Re: Creating Custom Views in Interface Builder
  • Index(es):
    • Date
    • Thread