Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

iOS

How do you create a minute timer in Swift?

How do you create a timer in Swift that will change a buttons state?

To explain further, I have two buttons on my view controller labeled myCircle and myCircle2. I would like myCircle2 (when pressed) to set myCircle to a 10 minute timer and cannot be clicked again until the timer is complete. I've had a few failed attempts at this and would really appreciate some help! :)

1 Answer

Feel free to discard this as I've since figured it out. I appreciate the quick response.