-2

I want to create an app with lot of animations like games.

Which is the best method to add animations in iOS app? Is it possible to add SpriteKit animations in to UIKit app? , I would like to know is there any tutorials available.

JAL
  • 41,701
  • 23
  • 172
  • 300
Binnilal
  • 170
  • 3
  • 13
  • Do You absolutely want to use SpriteKit, or do You need a way to draw animations and You are not picky about it? – Georgi Boyadzhiev Feb 17 '17 at 09:32
  • Really I don't want to use sprite kit itself, actually I need tutorial screen that should not be a video, its an animation that shows him and take him step by step to complete a full process. Which is the better way to do this? – Binnilal Feb 17 '17 at 09:39
  • For tutorial its more appropriate to use more scripted behavior as You said step by step. I have will add an answer with several libraries that can be used for animations. – Georgi Boyadzhiev Feb 17 '17 at 09:46

1 Answers1

0

Here are some suggestions for nice animations in iOS.

Lotie, Keyframes or a Spritesheet solution.

EDIT : Lotie and Keyframes are similar libraries, they both work with After Effects ( I haven't used them personally, but I have seen some great animations done with them ). I used NSBSpritesheetLayer in two personal projects and it worked as expected. Here is some more info about spritesheets: link

Georgi Boyadzhiev
  • 1,351
  • 1
  • 13
  • 18