Re: Passing a swift function to objective-c
Re: Passing a swift function to objective-c
- Subject: Re: Passing a swift function to objective-c
- From: Roland King <email@hidden>
- Date: Sat, 18 Oct 2014 11:34:11 +0800
>
> let r = x.createImageOptional( nil )
>
is of course
let r = x.createImage( nil )
I had two properties in my test code and didn’t fix it when I copy/pasted it, sorry.
_______________________________________________
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