facebook twitter hatena line email

「Ios/swift/ナビゲーションバー/バー削除」の版間の差分

提供: 初心者エンジニアの簡易メモ
移動: 案内検索
(ページの作成:「==ナビゲーションバーの表示/非表示== // 非表示 navigationController?.setNavigationBarHidden(true, animated: true) // 表示 navigationController?.set...」)
 
(相違点なし)

2016年7月27日 (水) 19:42時点における最新版

ナビゲーションバーの表示/非表示

// 非表示
navigationController?.setNavigationBarHidden(true, animated: true)
// 表示
navigationController?.setNavigationBarHidden(false, animated: true)