开发者

How to restart IOS application by coding? [closed]

开发者 https://www.devze.com 2023-03-25 16:45 出处:网络
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 9 years ago. 开发者_如何学Python
-(IBAction)restart{
.......
}

How can I restart a application when I pressed a button?


If you mean, exit the app and then restart it again, there is no way to accomplish this in the iOS SDK.

0

精彩评论

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