Code for terminating application on button click ( in iPhone ).......
Posted
by priya
on Stack Overflow
See other posts from Stack Overflow
or by priya
Published on 2010-04-23T10:19:07Z
Indexed on
2010/04/23
10:23 UTC
Read the original article
Hit count: 250
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.........
© Stack Overflow or respective owner