domhofmann / PRTween

Lightweight tween library for iOS
BSD 2-Clause "Simplified" License
459 stars 63 forks source link

FIX: NSRunLoop issue where animations would not fire until after NSEvent... #31

Open jasonmarziani opened 11 years ago

jasonmarziani commented 11 years ago

...TrackingRunLoopMode completed, as when a UITableView or UIScrollView is scrolling. Added support for NSRunLoopCommonModes in calls to performSelector and with the NSTimer.

rivera-ernesto commented 9 years ago

Included in https://github.com/PRTween/PRTween.