オーディオのパッチをオンにする。
シーケンスに動画の音が入らない時の対処法
投稿日:
執筆者:swift
投稿日:
執筆者:swift
関連記事
lottie-ios アニメーションに関するライブラリ。 LottieFilesのフリーアニメーション素材を使うための仲介をする。 import Lottie AVFoundation 動画などを使え …
もし、エラーがnilでないならば処理をする。 if error != nil { let error = error } ↓if let を使って1行で書き換えられる。 もし、エラーがnilでないなら …
ViewControllerを選択→Editor→Embed In→NavigationController NavigationControllerとNavigationBarが出てくる。 View …