hi im trying to execute 2 actions on occurrence of their particular events one is the animation occurring when the a timer with fixed interval is fired and other is also a animation occurring when a touch is detected
both r working fine individually but when simultaneously occurring anyone of the animation slows down .its because in the given time unit is performing only one action
for NSTimer im using time interval of 0.01s
How do make this scenario work without slowing down any animation?