Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
iOS 5.0 以降を必要とするアプリ ストアにアプリがあります。プロジェクトを Xcode 5 でロードしたところ、エラー メッセージClass Unavailable Embed segues are not available on iOS 5.1 以前が表示されました。これは、まだ iOS 5.0 以下を使用しているユーザーはアプリをダウンロードできるが、セグエが埋め込まれているために使用できないことを意味しますか?
iOS 5 で埋め込みセグエを使用している場合、アプリがクラッシュします。埋め込まれたViewControlleraschildViewControllerと it's viewasを追加して、それを置き換える必要がありsubviewます。
ViewController
childViewController
view
subview