Hacker News new | ask | show | jobs
by PixelCut 4649 days ago
Making custom OSX controls is easy with PaintCode (http://www.paintcodeapp.com). It is a vector drawing app that generates Objective-C drawing code.
1 comments

His point is that you have to create complex custom controls on OSX, whereas in iOS it'll generally be sufficient to mix and match a few views and CoreAnimation, and use customization options not present in OSX.