Skip to content

UINavigationBar

   

iOSアプリの画面上部によく使われているUINavigationBarについてです。

UINavigationBarのクラス階層

NSObject

UIResponder

UIView

UINavigationBar
AppleDeveloperリファレンスUINavigationBar

UINavigationBar例文

UINavigationBarを生成し、タイトルとボタンを付けます。

関連記事

  1. UILabel
  2. 現在時刻の取得
  3. UITableView
  4. UIButton
  5. UIBarButtonItem
  6. Dictionary
  7. Array