Re: IB plugins
Re: IB plugins
- Subject: Re: IB plugins
- From: Joey Hagedorn <email@hidden>
- Date: Fri, 3 Oct 2008 01:10:18 -0700
Ken,
Step 2 of this section says: "In the library window, select the
Library > IB SDK group. This group contains a single entry, which is a
library object template." It is referring to the "Interface Builder
Kit" category of items (as opposed to, for example, the Cocoa or
WebKit groups) in the Library window. When you select the Interface
Builder Kit category at the top of the Library window, there is only a
single item available, and its icon is a set of books. Drag this
object, the library object template, to the library view you are
creating. It will appear simply as a white box. You can then follow
the subsequent instructions to configure it, by placing a custom view
inside the the library object template, for example.
The Library nib file that is created with the project already has two
library object templates in it, you could just delete everything and
start over, or reuse these existing ones.
Hope that helps,
Joey Hagedorn
On Oct 3, 2008, at 12:22 AM, Ken Tozier wrote:
Hi
I'm working my way through the IB plugin documentation and have hit
a point where step 2 in under "Configuring a Library Object
Template" bears no resemblance whatsoever to anything in the Xcode
project or the IB files. What the heck are they referring to? And
how do I adapt that to the actual files/views that are created in a
new IB plugin project?
Documentation here: http://developer.apple.com/documentation/DeveloperTools/Conceptual/IBPlugInGuide/ThePlug-inObject/chapter_5_section_2.html#/
/apple_ref/doc/uid/TP40004323-CH10-SW2
Thanks for any help
_______________________________________________
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
References: | |
| >IB plugins (From: Ken Tozier <email@hidden>) |