Skip to content

Releases: olmps/Revolutionary

v0.3.1

22 Mar 15:41
Compare
Choose a tag to compare

Fixes a bug when the progress was equal 0 - the CGPath drawn was minimal, but still visible.

v0.3.0

23 Feb 14:21
Compare
Choose a tag to compare

Add Cocoapods support and adhere to the SemVer approach

v0.2

18 Feb 22:19
Compare
Choose a tag to compare

Full Refactoring of the Revolutionary framework!

Now its API is more robust, meaning that it has a clear separation of concerns, documented and exemplified in a complete customizable exemple!

The API exposes approaches to:

  • Animate a progress in any kind of way;
  • Animate a progress in a countdown style (allowing both finite and infinite revolutions animations);
  • Animate a progress in a stopwatch style (allowing both finite and infinite revolutions animations).

You can access the Revolutionary class by instantiating it directly (recommended if you're going to use inside a SpriteKit project or more complex layouts), or if you're going to use in UIKit, you can create a RevolutionaryView (a SKView wrapper) or a RevolutionaryScene (a SKScene wrapper).

v0.1

27 Aug 02:21
Compare
Choose a tag to compare

This includes:

  • basic CircularProgress;
  • basic CircularTimer;
  • Carthage support;
  • few examples at Demo folder.