I am programming an iPhone app, and I need to force it to exit due to certain user actions. After cleaning up memory the app allocated, what\'s the appropriate method to ca
Library called Darvin can be used.
Darvin
import Darwin exit(0) // Here you go
NB: This is not recomanded in iOS applications.
Doing this will get you crash log.