0
這是關於UINavigationItem錯誤XCode中6(測試版3)
有默認的導航欄
正如你可以看到雪佛龍如此接近的左側。爲什麼?
如果我會嘗試添加
var backButton: UIBarButtonItem = UIBarButtonItem(title: "CUSTOM", style: UIBarButtonItemStyle.Plain, target: self, action: nil)
newNavigationItem.leftBarButtonItem = backButton
我有
爲什麼這是Xcode中的錯誤?如果它是一個錯誤,它將在UIKit中,不是嗎? – trojanfoe
也許你是對的。但是,如果推廣它與XCode 6b3的問題。我的意思是不在代碼中(Swift)或其他東西。 –