ナビゲーションコントローラーの中央にボタンを追加する方法私は以下のコードを試しました
UIButton *titleButton = [UIButtonbuttonWithType:UIButtonTypeRoundedRect];
[titleButton setFrame:CGRectMake(0, 0, 200, 35)]; self.navigationItem.titleView = titleButton;
しかし、画面には色のない空白のボタンが表示されます
ナビゲーションコントローラーの中央にボタンを追加する方法私は以下のコードを試しました
UIButton *titleButton = [UIButtonbuttonWithType:UIButtonTypeRoundedRect];
[titleButton setFrame:CGRectMake(0, 0, 200, 35)]; self.navigationItem.titleView = titleButton;
しかし、画面には色のない空白のボタンが表示されます