-(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.
-(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.
精彩评论