Re: Questions regarding release
Re: Questions regarding release
- Subject: Re: Questions regarding release
- From: Markus Spoettl via Cocoa-dev <email@hidden>
- Date: Thu, 26 Sep 2019 12:07:12 +0200
On 9/26/19 11:16 AM, Gabriel Zachmann via Cocoa-dev wrote:
NSImage * nsImage = [[NSImage alloc] initWithSize: nsimgrep.size];
[nsImage addRepresentation: nsimgrep];
return NSImage;
You probably mean to write
return nsImage;
Best Regards
Markus
--
__________________________________________
Markus Spoettl
_______________________________________________
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