1

I'm thinking about buying PaintCode, because I wanna use it in my Swift projects. I downloaded the Trial version. The tutorials at the homepage are only for Objective C, but the explained way (http://www.paintcodeapp.com/documentation/stylekits) doesn't work with Swift.

Any ideas, how I can add the images from PaintCode to my xib file (for example to a toolbar item)? (I have a Cocoa project without Storyboard)

Lupurus
  • 3,618
  • 2
  • 29
  • 59

2 Answers2

0

Paintcode works with Swift you just have to change the output. You can choose iOS/Obj-c , OSX/iOS.

enter image description here

PoolHallJunkie
  • 1,345
  • 14
  • 33
0

PaintCode works well with Swift. You only have to select the output as pointed by a comment before and export StyleKit to your project.

Dominique Vial
  • 3,729
  • 2
  • 25
  • 45