Nicholas Shipes

Results 9 comments of Nicholas Shipes

@kujon Were you ever able to finalize your typings for a PR by chance?

I'm currently wrapping up major refactoring for the 1.0 release and will look into making sure user interaction is working properly for that release soon.

You should be able to use `tween.state == .running` to check if the animation is currently running. I do like having easier accessor properties to access this value, so I'll...

You should be able to use the key path property for animating non-supported properties as long as the parent object is a subclass of NSObject, which I think SpriteKit objects...

I'll look at quickly adding this to the current version of the codebase on master, but I'm currently looking at ways to make this more flexible in the official 1.0...

This isn't possible with the library yet, but it is next on my list of things to add. Once I get the refactoring branch merged into master, the library will...

I'm finally close to having all of the refactoring of the library done for the 1.0 release over in the https://github.com/u10int/Kinetic/tree/props-refactor branch. I also just added support for animating along...

I've been having the same issue where I have my static framework (real framework) project added to my app project. It seems that with every other build I get this...

@randombits01 Unfortunately I haven't found a solution, though after upgrading to the latest version of Xcode (4.6.3) I don't notice the issue nearly as much. Not sure if it's related,...