tags:

views:

24

answers:

1

i have done the small animation in my first view.I called it in viewDidLoad method.If i close and open the application,i couldnt see the animation because the view was already loaded in to the memory.So i want the method that will call every time while application starts without run.

Help me

A: 

It is not so much clear what you want to achieve, could you post some code? BTW, Have you tried to place it in viewWillAppear: ?

rano
`viewWillAppear` won't (necessarily) fire if the application is returning from the background.
BoltClock
@BoltClock, you are right, I did not realized it could be a multitasking issue
rano
i have also tried in viewwillAppear..its not working.
vinay