ナビゲーションバーに「設定」という単語の代わりに「設定ギア」を表示しようとしています。誰かがこれを行う方法を知っていますか?ありがとうございました!
UIBarButtonItem *btnGo = [[UIBarButtonItem alloc] initWithTitle:@"Settings"
style:UIBarButtonItemStyleBordered target:self action:@selector(settingsAction)];
self.navigationItem.rightBarButtonItem = btnGo;