Re: two basic IB questions
Re: two basic IB questions
- Subject: Re: two basic IB questions
- From: Jens Alfke <email@hidden>
- Date: Sat, 7 Nov 2009 10:30:16 -0800
On Nov 6, 2009, at 9:02 PM, research development wrote:
To get outlets and actions into a nib, should I just be able to drag
the header file into the nib window and these things should appear?
When I do, I get the following message … "parsed 1 source file, but no
classes were found or changed" ... but there is a class in my .h.
Does your header have the IBOutlet and IBAction keywords in it? (Those
are no-ops to the compiler, but IB uses them to detect which methods/
variables to expose.)
The current version of IB should automatically stay in sync with the
classes in the project that the nib belongs to, without needing to
drag headers. If you make changes in the class interface, and save the
file, the changes should show up instantly when you switch to IB.
—Jens _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden