• 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
adding a delegate to a class
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

adding a delegate to a class


  • Subject: adding a delegate to a class
  • From: Angelo Chen <email@hidden>
  • Date: Tue, 10 Jun 2008 06:10:39 -0700 (PDT)

Hi,

I have a code like this:

@interface BackgroundObj : NSObject
{
	Controller *mc;
}

- (void) sayHi;


@implementation BackgroundObj

- (void) sayHi
{
	[mc showText:@"Hi"];
}
@end

As you can see, the code is hard coded to use class Controller, can not be used with any other object, I'd like to add a delegate which will have a showText method, sayHi method will just call the delegate instead of hard coded Controller, any idea how to add delegates to this object? or, any tutorials for this? Thanks,

Angelo




      Yahoo! Mail具備一流的網上安全保護功能,請前往 http://hk.antispam.yahoo.com/ 了解更多相關資訊!
_______________________________________________

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

  • Follow-Ups:
    • Re: adding a delegate to a class
      • From: "Jesse Armand" <email@hidden>
    • RE: adding a delegate to a class
      • From: "john darnell" <email@hidden>
  • Prev by Date: Re: warning: return makes pointer from integer without cast
  • Next by Date: RE: adding a delegate to a class
  • Previous by thread: Re: warning: return makes pointer from integer without cast
  • Next by thread: RE: adding a delegate to a class
  • Index(es):
    • Date
    • Thread