On button click I want my app to be minimize..
I try to use exit()
,but apple reject application when exit is being used.
What is the perfect solution for this?
On button click I want my app to be minimize..
I try to use exit()
,but apple reject application when exit is being used.
What is the perfect solution for this?
There is no public API for entering to the background.