I need code for terminating the application on a button click but termination should be done with basic animation....Can anyone suggest?
I tried with exit(0) and also by using
[[UIApplication sharedApplication] terminate];
but it terminates application roughly.........