在iOS 8的XCode 6构建中,我收到以下警告:

MainStoryboard.storyboard: notice: Discouraged Configuration: Value other than autosizing specified for width (System items, other than fixed spaces, should use autosizing)

以前在StachOverflow上似乎存在这样的问题,但已将其删除。在Google上找不到任何其他信息。

单击警告会导致我进入一个UIBarButtonItem,其宽度为70,0为图像插入。将width设置为0并没有帮助。

有任何想法吗?

最佳答案

这个问题在将近2年前问过,但是如果有人正在寻找这样一个问题的答案,我还是会给一个答案。

在您提到的UIBarButtonItem的大小检查器中,您也可能将其设置为系统定义的条按钮项(例如刷新完成编辑等),您可能已明确输入了在那里值

如果您为UIBarButtonItem选择系统类型,则它期望而不是输入除自动调整引起的以外的宽度值

关于ios - 不建议使用: Value other than autosizing specified for width (System items,,而不是固定空格,应使用自动调整大小),我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/26355368/

10-13 07:10