• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: IB is listing non-outlets as outlets
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >IB is listing non-outlets as outlets (From: Ricky Sharp <email@hidden>)
 >Re: IB is listing non-outlets as outlets (From: j o a r <email@hidden>)
 >Re: IB is listing non-outlets as outlets (From: Kevin Viggers <email@hidden>)

  • Prev by Date: Re: Case insensitive autocomplete
  • Next by Date: Random image problem has me stumped :(
  • Previous by thread: Re: IB is listing non-outlets as outlets
  • Next by thread: sigbus error 10 (newbie)
  • Index(es):
    • Date
    • Thread