I just want to realize a simple animation, where a picture is faded in a few seconds after the beginning of the application and then it should be faded out and ...
im new to iPhone programming..in my app the timer is not working fine.
can anybody help me out please...
The following is the code for animating few images wn we touch or swipe..they ...
I'm using an NSTimer to animate an array of objects across the screen. Currently they move from left to right. However, I would like them to move in a circular fashion ...
i try to animate background in my app.
I use an image view with an image and on view load I started a timer that scroll image.
It's all ok, i decrement x ...
I used a NStimer to manage a bg animation [FPS .3sec, total 33 images, avg file size 45KB] which causes delay on touch on device 3g. I have to stop a ...
Hi all can anyone help me out with the solution to this problem...
I have a project where I have NSTimer fire about 20 times a sec and thus using only one ...
I made subclass of UIView and override drawRect method that drawing jpg images. For animation i'm using a NSTimes which fires 24 times per second. But animation playin slow than i ...