回答編集履歴

1

追記

2020/06/27 07:30

投稿

momokoko
momokoko

スコア38

test CHANGED
@@ -1,6 +1,6 @@
1
1
  plusbtn.addTarget(self, action: #selector(self.countUp), for: .touchUpOutside)
2
2
 
3
- plusbtn.addTarget(self, action: #selector(self.countUp), for: .touchUpInside)
3
+ の場所のtouchUpOutsidetouchUpInside
4
4
 
5
5
  に変更したら直りました。
6
6