Re: Automating reading classes with InterfaceBuilder
Re: Automating reading classes with InterfaceBuilder
- Subject: Re: Automating reading classes with InterfaceBuilder
- From: Joey Hagedorn <email@hidden>
- Date: Sun, 5 Apr 2009 11:48:20 -0700
Josef,
While there is not an API for communicating to Interface Builder
directly, Interface Builder syncs with header files in the Xcode
project associated with a xib or nib file. I presume you're still
using Xcode to manage and build the project. If you include the
converted Objective-C headers in the Xcode project, Interface Builder
should automatically pick up the changes.
-Joey
On Apr 4, 2009, at 6:04 PM, Ryan Joseph wrote:
I'm working on a Pascal bridge to Cocoa and as part of the system I
have a PHP script which converts files to Objective-C headers, which
InterfaceBuilder can use. However first I must manually "Read class
files" and Reload in InterfaceBuilder. Xcode does this so there must
be a way, but can I use AppleEvents to tell InterfaceBuilder to do
this automatically? A UNIX solution that I could call from PHP or a
shell script would be even better. Thank you.
Regards,
Josef
_______________________________________________
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