注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
Xcode>File>Project>Gameで生成された、GameViewController.swiftの中でスクリーンショットを撮ろうとし... Xcode>File>Project>Gameで生成された、GameViewController.swiftの中でスクリーンショットを撮ろうとした。 #失敗したコード 調べてみると、以下の記事が出てきた。 How to take Full screen Screenshot in swift? UIGraphicsBeginImageContext(view.frame.size) view.layer.renderInContext(UIGraphicsGetCurrentContext()) let image = UIGraphicsGetImageFromCurrentImageContext() UIGraphicsEndImageContext()
2015/09/14 リンク