You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed bug where X and checkmark weren't removing themselves or each o…
…ther so showing success followed by showing an error (or vice versa) resulted in both being displayed simultaneously. [Issue 3](#3). Updated README, CHANGELOG, podspec.
Updated README, CHANGELOG, and podspec to update for the last commit,…
… which was just a change in comments, but it was driving me mad knowing such a huge copypasta comment mistake was alive.
Moved resources from 'Classes' directory to 'Resources' directory, up…
…dated podspec to reflect this. Animations now restart/resume when app comes back into foreground. Updated README and CHANGELOG. Removed some xcode userdata
Added changelog, updated README and podspec. Replaced -(void) updateP…
…rogressCircleColor with new property UIColor *progressCircleColor. Fixed bug where updating checkmarkColor and crossColor wasn't updatign the color properly.