回答編集履歴

2

修正

2016/10/02 03:21

投稿

_Kentarou
_Kentarou

スコア8490

test CHANGED
@@ -9,6 +9,8 @@
9
9
 
10
10
 
11
11
  ```swift
12
+
13
+ // メソッド定義
12
14
 
13
15
  open func popViewController(animated: Bool) -> UIViewController? // Returns the popped controller.
14
16
 

1

修正

2016/10/02 03:21

投稿

_Kentarou
_Kentarou

スコア8490

test CHANGED
@@ -1,4 +1,4 @@
1
- 同じ質問が`StackOverflow`に載っていました。
1
+ 同じ質問が`Stackoverflow`に載っていました。
2
2
 
3
3
  [Xcode 8 / Swift 3: “Expression of type UIViewController? is unused” warning](http://stackoverflow.com/questions/37843049/xcode-8-swift-3-expression-of-type-uiviewcontroller-is-unused-warning)
4
4