Re: Difference between NSPoint, NSSize, NSRect and the CG Versions
Dave
Thanks a lot Quincey and Jens for your through explanation - I had imported some Mac code from another project which uses NSRect’s and as my original project was iOS this caused compile errors, so rather than trying to handle both sets, I’ll just use the CG versions from now on.
toggle quoted messageShow quoted text
There are a few calls to NSInsetRect, NSOffsetRect, etc., too, I’m guessing these can just be replaced with the CG version too. Thanks again All the Best Dave
|
|