Xcode ignore storyboard warning

醉酒当歌 提交于 2019-12-10 14:19:00

问题


How can I get Xcode to ignore this warning:

Disabling segue animation is not available prior to iOS 9.0

I understand why the warning's there and am happy to ignore it because the app works just fine in 8.

I need to continue supporting iOS 8 and I don't want to suppress all storyboard warnings - just this one.


回答1:


In the properties panel for your storyboard, set the 'builds for' drop down to a value of 9.0 or later



来源:https://stackoverflow.com/questions/32890470/xcode-ignore-storyboard-warning

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!