iOS 代码实现退出当前APP到主界面
做个小笔记避免忘记
OC
[UIApplication sharedApplication] performSelector:@selector(suspend)];
Swift
UIApplication.shared.perform(#selector(NSXPCConnection.suspend))
iOS 代码实现退出当前APP到主界面
做个小笔记避免忘记
OC
[UIApplication sharedApplication] performSelector:@selector(suspend)];
Swift
UIApplication.shared.perform(#selector(NSXPCConnection.suspend))