質問編集履歴

2

補足

2017/03/26 09:35

投稿

HihuSnow
HihuSnow

スコア23

test CHANGED
File without changes
test CHANGED
@@ -8,11 +8,21 @@
8
8
 
9
9
 
10
10
 
11
+ ![イメージ説明](6ead7cae23fbd4a81872e89539191bcd.png)
12
+
11
13
 
12
14
 
13
15
  Swiftで製作中のアプリにおいて、
14
16
 
15
17
  navigationBarを隠し、フルスクリーンのUINavigationControllerを使っています。
18
+
19
+ navigationBarのようなものは、単なるViewで作ったカスタムナビげションバーです。
20
+
21
+ またViewControllerの構造は、
22
+
23
+ DrawerViewController-NavigationController-ViewControllerです。
24
+
25
+ DrawerViewControllerは自作でMainViewControllerとDrawerControllerとNavigationControllerをChildViewControllerにとっています。
16
26
 
17
27
 
18
28
 

1

画像挿入

2017/03/26 09:35

投稿

HihuSnow
HihuSnow

スコア23

test CHANGED
File without changes
test CHANGED
@@ -1,4 +1,10 @@
1
1
  ###Push時にフリーズする。
2
+
3
+
4
+
5
+
6
+
7
+ ![イメージ説明](2a6d9fdac5269cf18d1950b7b72f0e6e.png)
2
8
 
3
9
 
4
10