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