<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ch3cooh393</author_name>
  <author_url>https://blog.hatena.ne.jp/ch3cooh393/</author_url>
  <blog_title>酢ろぐ！</blog_title>
  <blog_url>https://blog.ch3cooh.jp/</blog_url>
  <categories>
    <anon>開発</anon>
    <anon>開発-iOS</anon>
  </categories>
  <description>UINavigationControllerのナビゲーションバーを表示/非表示を動的に切り替える方法としては、UINavigationController#setNavigationBarHiddenメソッドを使います。 // ナビバーの表示を切り替える if let nv = navigationController { let hidden = !nv.navigationBarHidden nv.setNavigationBarHidden(hidden, animated: true) } 下図ではナビゲーションバーにはアプリ名と設定ボタンが表示されています。 前述のUINavigat…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog.ch3cooh.jp%2Fentry%2F20160123%2F1453557527&quot; title=&quot;SwiftでUINavigationControllerのナビゲーションバーを表示/非表示を動的に切り替える - 酢ろぐ！&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>http://cdn-ak.f.st-hatena.com/images/fotolife/c/ch3cooh393/20160117/20160117172933.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2016-01-23 22:58:47</published>
  <title>SwiftでUINavigationControllerのナビゲーションバーを表示/非表示を動的に切り替える</title>
  <type>rich</type>
  <url>https://blog.ch3cooh.jp/entry/20160123/1453557527</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
