Search code examples
iosobjective-cpixel

Pixel art in native iOS


I am looking for some library for creating pixel art in objective c, in which I can copy/cut paste or flip selected area.

Almost cover major actions of windows Paint app. Is there any library or something by which I can achieve this.

Something similar to Make Pixel Art App


Solution

  • Two use full links:

    Swift:

    https://techblog.badoo.com/blog/2015/06/15/lets-build-freehand-drawing-in-ios-part-1/

    Objective C:

    https://code.tutsplus.com/tutorials/smooth-freehand-drawing-on-ios--mobile-13164