Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ボタンをクリックすると、フォアグラウンドで実行されているアプリをバックグラウンドにする必要があります。出来ますか?もしそうなら、どのように?
@IBAction func BringToBackgroundButtonClicked(送信者: UIButton)
{
let app = UIApplication.sharedApplication()
app.performSelector(#selector(self.suspend))
}
関数サスペンド() {
終了(0)
フォアグラウンドで実行されているアプリをバックグラウンドにします。
これはお勧めできません。アプリ ストアの承認については不明です。