Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
NavBar のデフォルトのテキスト フォントと色を変更することはできますか?
デフォルトではHelveticaなんかのようです。
私が使う
self.title = @"Countries";
テキストを設定します。
独自のものを作成し、それをナビゲーション バーのUILabelサブビューとして追加できます。titleView
UILabel
titleView
詳細については、このSO の質問を確認してください。
編集:参考までに、iOS5.0の新機能で、ナビゲーションバーを簡単にカスタマイズできます
-[UINavigationbar titleTextAttributes]