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.
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.
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