UINavigationItem的titleView
属性says的文档:
但是,我在测试中同时设置了titleView
和leftBarButtonItem
属性,它们看起来都很好。我已经在Xcode中的所有模拟器上进行了测试:4.3、5.0和5.1。有谁知道该文档是错误的,还是在我无法测试的某些较旧版本(例如4.2、3.x)上正确?
最佳答案
检查文档属性leftBarButtonItems,它说:
因此,有关titleView
的说法可能不正确。
关于iphone - UINavigationItem titleView "ignored if leftBarButtonItem is set"吗?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/9690409/