回答編集履歴

2

修正

2018/08/07 13:51

投稿

xAxis
xAxis

スコア1349

test CHANGED
@@ -64,7 +64,7 @@
64
64
 
65
65
  timer = Timer.scheduledTimer(withTimeInterval: 60 * 15, repeats: false, block: { timer in
66
66
 
67
- //
67
+ //15分後にtimerの停止を行う
68
68
 
69
69
  timer.invalidate()
70
70
 

1

修正

2018/08/07 13:51

投稿

xAxis
xAxis

スコア1349

test CHANGED
File without changes