質問編集履歴

1

code

2018/02/19 08:37

投稿

soujomitsuura
soujomitsuura

スコア24

test CHANGED
File without changes
test CHANGED
@@ -10,11 +10,11 @@
10
10
 
11
11
  ```swift
12
12
 
13
- UIView.animate(withDuration: 2.0, delay: 0.0, options: .curveEaseOut, animations: {
13
+ UIView.animate(withDuration: 2.0, delay: 0.0, options: .curveEaseOut, animations: {
14
14
 
15
15
  //何か入れる
16
16
 
17
- }, completion: nil)
17
+ }, completion: nil)
18
18
 
19
19
  ```
20
20