解决:UIBarButtonItem size issue.尺寸
Posted xiaobajiu
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决:UIBarButtonItem size issue.尺寸相关的知识,希望对你有一定的参考价值。
CN
Issue:使用xib制作的custom view在Navbar上不能够如愿显示尺寸。重写intrinsicContentSize可以解决。
EN
Issue: The custom view made with xib cannot display the size as expected on Navbar. Rewriting intrinsicContentSize can be solved.
https://github.com/Meterwhite/XICommand
以上是关于解决:UIBarButtonItem size issue.尺寸的主要内容,如果未能解决你的问题,请参考以下文章
按下时以编程方式移除 UIBarButtonItem 上的灯光?