First change your flagTapped(_) into something like this: func flagTapped(_ tag: Int){ if tag == correctAnaswer { score += 1 alertTitle ...
確定! 回上一頁