0
在Interface Builder中,您可以將UIButton拖動到rightButtonItem和leftButtonItem之間的導航控制器的中心。以編程方式向UINavigationController添加UIButton
我想這樣做以編程方式,因爲我不加載xib。
我想:
[self.navigationItem addSubview:myButton] // no luck
[self.navigationController.navigationBar addSubview:myButton] //no luck
感謝
感謝它的工作! – joec 2010-10-11 11:00:48