Re: not performing selector...
Re: not performing selector...
- Subject: Re: not performing selector...
- From: Stuart Halloway <email@hidden>
- Date: Mon, 3 Nov 2003 10:38:06 -0500
Shouldn't that be @selector(collectData)?
Stu
[theList setDoubleAction:@selector(collectData:) ];
And collectData is an instance method of the same class defined as
-(void)collectData
{
NSLog(@"collectData code")
}
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.