Xcode – How do I iterate through an array of type Timer and set each timer equal to nil
I am trying to iterate through an array of timers to set each timer equal to nil. I am met with this error: Cannot assign to value: 'timer' is a 'let' constant When I use the following code: var timers…