サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
WWDC25
qiita.com/flowtumn
func appOrientation() -> UIInterfaceOrientation { return UIApplication.sharedApplication().statusBarOrientation } // UIInterfaceOrientation -> AVCaptureVideoOrientationにConvert func convertUIOrientation2VideoOrientation(f: () -> UIInterfaceOrientation) -> AVCaptureVideoOrientation? { let v = f() switch v { case UIInterfaceOrientation.Unknown: return nil default: return ([ UIInterfaceOrientation.Po
このページを最初にブックマークしてみませんか?
『qiita.com』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く