In My iphone Application,I am doing simple image animation in a View and in that same View i have WebView in which i am showing HTML.i have done that animation by making the infinite calls of my animation code(animationMethodA
),i am doing this by setting the NSTimer.My Problem is that when i scroll the WebView then same time That animating Image get stopped and that animating image remains in rest stage(stopped) until i stopped scrolling the webView.As i stop Scrolling the WebView Animation starts itself.Actually i got the Reason of that Problem.at the time of scrolling the WebView time(NSTimer)
not call that animationmethodA
method.
Please let me What should i do for that problem?.
Thanks.