It's time for an even bigger challenge: modifying Bull's Eye to keep track and report the current round of the game.
This is a companion discussion topic for the original entry at https://www.raywenderlich.com/5993-your-first-ios-app/lessons/27
It's time for an even bigger challenge: modifying Bull's Eye to keep track and report the current round of the game.
I couldn’t solve the previous
though!!! lol, anyway, your classes are really cool.
@alsoffimustafa Please let me know what issues do you have with the challenge when you get a chance. Thank you!
I’m still following your classes, guys.
I reversed where I put the roundLabel.text = String(roundCounter) and roundCounter += 1. I got the same result. Is there any reason I would put it in one rather than the other? Thanks!