Hi,
Please find attached a wrapper for iOS native CADisplayLink.
CADisplayLink is much better Timer for animations as it ticks on each display refresh rate.
(http://www.bigspaceship.com/ios-animation-intervals/)
I have added a function to add an Interval for each tick but if you don't need it just set Interval=0 and it will tick on each screen refresh rate.
see attached an example.
regards
Narek
Please find attached a wrapper for iOS native CADisplayLink.
CADisplayLink is much better Timer for animations as it ticks on each display refresh rate.
(http://www.bigspaceship.com/ios-animation-intervals/)
I have added a function to add an Interval for each tick but if you don't need it just set Interval=0 and it will tick on each screen refresh rate.
see attached an example.
regards
Narek