回答編集履歴

1

trueとfalseが逆でした・・・

2015/07/16 13:12

投稿

__moai
__moai

スコア264

test CHANGED
@@ -20,7 +20,7 @@
20
20
 
21
21
  ```lang-Swift
22
22
 
23
- viewController.setNavigationBarHidden(true, animated: true) // 表示
23
+ viewController.setNavigationBarHidden(false, animated: true) // 表示
24
24
 
25
25
  viewController.setNavigationBarHidden(true, animated: true) // 非表示
26
26