0
次のUIViewControllerにファイルを転送するためにsegueを使用しています。 最初のビューの名前はRecordSoundsViewControllerで、2番目のビューの名前はPlaySoundsViewControllerです。 私がsegue.destinationViewControllerを使うときは! PlaySoundsViewControllerは、「宣言されていない型のPlaySoundsViewControllerの使用」というエラーを表示します。 UIViewControllerの型を宣言する方法がわかりません。 宣言されていない型 'UIViewController'の使用
使用インポートPlaySoundsViewController –