Re: IB is listing non-outlets as outlets
Re: IB is listing non-outlets as outlets
- Subject: Re: IB is listing non-outlets as outlets
- From: Ricky Sharp <email@hidden>
- Date: Wed, 23 Mar 2005 15:24:28 -0600
On Mar 23, 2005, at 2:50 PM, Kevin Viggers wrote:
There is some stuff in the IBFAQs (quoted for convenience below), but
this essentially repeats what Joar has already mentioned. If you
really want these ivars to disappear though, you could hide them from
IB by providing a type alias for id. Something like this.
typedef HiddenId id;
@interface MyControl : NSControl
{
@private
HiddenId observedObjectForFoo;
NSString* observedKeyPathForFoo;
}
@end
Not the ideal solution, letting your tools get the best of you, but
one at least.
Kevin & joar, thanks for pointing me to the IB FAQs.
The type alias is a good solution. Thanks!
___________________________________________________________
Ricky A. Sharp mailto:email@hidden
Instant Interactive(tm) http://www.instantinteractive.com
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden