StoryboardのWarningと対処方法
はじめに
XcodeでStoryboardのWarningを消したときのメモです。
Push segues are deprecated
warning: Deprecated: Push segues are deprecated since iOS 8.0
セグウェイの種類がPushになっているためです。
Showに変更します。
Constraint referencing items turned off in current configuration.
Constraint referencing items turned off in current configuration. Turn off this constraint in the current configuration.
制約が参照しているビューがinstalledをオフにされているためです。
制約自体のinstalledをオフにします。
Plain Style unsupported
Unsupported Configuration: Plain Style unsupported in a Navigation Item
複数のスタイルが選べたものが、iOS7でUBarButtonItemStyleDoneに集約されたためです。
ナビゲーションアイテムのボタンをStyleについてDoneにします。
Author And Source
この問題について(StoryboardのWarningと対処方法), 我々は、より多くの情報をここで見つけました https://qiita.com/hsylife/items/8a06eb2153bf8be8d951著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .