関連記事

no image

テロップの文字を移動すると見切れる時の対処法

ベクトルモーションで文字全体を見えるよう位置調整してから、通常のモーションで位置を動かす。 【premiere pro】テキスト/文字の端が切れる・見えなくなる時の解決方法の話。

no image

DateFormatterの使い方

Date型の日付を文字列にして表示する。 let date = Date() import Foundation //フォーマットを指定 let formatter = DateFormatter() …

no image

AVPlayer()で動画を使う方法

AVPlayer()で動画を扱える。 1.AVFoundationをインポートする。 import AVFoundation 2.コードを書く //インスタンス生成 var player = AVPl …

no image

GoogleService-Info.plistでエラーが出た時の対処法

エラ〜:reason: ‘[FIRApp configure]; (FirebaseApp.configure() in Swift) could not find a valid Goo …

no image

FullScreenのモーダル遷移から戻るメソッド

原則、遷移する時と同じ方法(control押しながらドラックアンドドロップ)で戻ってはいけない。 @IBAction func back(_ sender: Any) { dismiss(animat …