• 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: [OBJ-C] Remove Warning for Undocumented Call?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [OBJ-C] Remove Warning for Undocumented Call?


  • Subject: Re: [OBJ-C] Remove Warning for Undocumented Call?
  • From: Sherm Pendley <email@hidden>
  • Date: Sat, 2 Oct 2004 13:48:40 -0400

On Oct 2, 2004, at 1:38 PM, Lance Drake wrote:

Checking out the Obj-C manual, I'm thinking I need to create a 'category' - but am not sure. Any ideas?

You're on the right track with the Category idea. The implementation already exists, so all you need to do is provide the interface declaration, like so:

@interface NSThing(PrivateMethods)
- (void) _setsomeFlag:(BOOL) flag;
@end

sherm--

_______________________________________________
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
  • Follow-Ups:
    • Re[2]: [OBJ-C] Remove Warning for Undocumented Call?
      • From: Lance Drake <email@hidden>
References: 
 >[OBJ-C] Remove Warning for Undocumented Call? (From: Lance Drake <email@hidden>)

  • Prev by Date: [OBJ-C] Remove Warning for Undocumented Call?
  • Next by Date: Re: [OBJ-C] Remove Warning for Undocumented Call?
  • Previous by thread: [OBJ-C] Remove Warning for Undocumented Call?
  • Next by thread: Re[2]: [OBJ-C] Remove Warning for Undocumented Call?
  • Index(es):
    • Date
    • Thread