How does PaintCode export animated GIF and PNG sequences?

How does PaintCode export animated GIF and PNG sequences?

You can use canvas Image Export inspector to export Animated GIF or PNG image sequence to export animated version of your canvas. You just specify a variable, start and end value and number of frames to be exported.

You can use this feature to generate sequence of images for Apple WatchTM animations or image sequence based animations that UIImage can handle with + animatedImageWithImages:duration: (Swift: animatedImageWithImages:(_: duration:) method.

ExportExport