开发者

How to programmatically minimize an iPad application? [duplicate]

开发者 https://www.devze.com 2023-03-16 15:05 出处:网络
This question already has answers here: Proper way to exit iPhone application? (24 answers) Closed 开发者_Python百科8 years ago.
This question already has answers here: Proper way to exit iPhone application? (24 answers) Closed 开发者_Python百科8 years ago.

How do I programmatically minimize an iPad/iPhone UIApplication?


Actually there no such method for minimize iPhone app.

You can try with "exit(0)" to close the app.

Cheers.


You can't. You can only switch to another app. I don't think apple has a public API for doing this.

0

精彩评论

暂无评论...
验证码 换一张
取 消