SOLVED Re: Can't get xCode -> IB integration to work.
SOLVED Re: Can't get xCode -> IB integration to work.
- Subject: SOLVED Re: Can't get xCode -> IB integration to work.
- From: Richard Stacpoole <email@hidden>
- Date: Sun, 4 Nov 2007 18:31:02 +1100
On 04/11/2007, at 4:58 PM, Eric Celeste wrote:
Richard, I've been reading about this all night, but unfortunately am
back on a Tiger machine at the moment. This is the doc that has been
most helpful...
http://developer.apple.com/documentation/DeveloperTools/Conceptual/
IB_UserGuide/ConnectionsandBindings/chapter_6_section_3.html#//
apple_ref/doc/uid/TP40005344-CH7-SW31
I believe what you need to try is dragging a generic NSObject from the
IB Library to the IB Browser for your project. Then click once on the
NSObject (to select it) and look at the Inspector's "identity" pane
(the "i" in a circle). There you replace the NSObject class name with
the name of the class you have in XCode (looks like
"CurrencyController") in your case. It should autocomplete (or be on
the dropdown menu even) if the "green light" shows you are associated
with your XCode project.
I hope that helps. If not, you may find more input on this at the
xcode-users list. This list seems to be more for Cocoa issues than
XCode/IB issues.
Good luck!
...Eric
Erics method works very well. It will do until IB works as advertised.
Thanks Eric!
_______________________________________________
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