SnapTimer
SnapTimer copied to clipboard
Implementation of Snapchat's stories timer.
I just installed via cocoapods and there were 69 errors with the project.
I'm experiencing a bug where I have a couple timers in UITableViewCells and when scrolling sometimes the timers are set to the of another cell. Ex: cell one: timer is...
@andresinaka When animating the timer with duration, it doesnt work unless run on the mainthread like so...perhaps this should be done in the timer object otherwise you will be left...
@andresinaka The color properties are inaccessible apparently because of internal access controls. ```swift let snapTimer = SnapTimerView(x: 0, y: 0, w: 24, h: 24) //How I initialize. Im not using...