Re: AppleScript-ObjC Bridge Question
Re: AppleScript-ObjC Bridge Question
- Subject: Re: AppleScript-ObjC Bridge Question
- From: Dave <email@hidden>
- Date: Sat, 31 Oct 2015 11:58:44 +0000
So:
continue init()
Calls the Superclass?
How would I do this:
-(void) initWithParam:(NSString*) theParam
{
self = [self initWithParam:theParam andAnotherParam:nil];
if (self == nil)
return;
// Do something
return self;
}
Thanks a lot, if you could point me to some documentation on this I’d be grateful I’ve googled it but not come up with much…..
All the Best
Dave
_______________________________________________
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