Skip to content

Releases: antoninbiret/ABSteppedProgressBar

Swift 5 Updates + SPM Support

12 Nov 15:22
de248ba
Compare
Choose a tag to compare

Update framework version for new cocoa pods release
Run project through new cocoa pods version. this changes pods files and it's related script
drop support for iOS 8. Minimum iOS version supported is iOS 9
Provide support for Swift package manager
Update readme and contact for maintenance

Swift 4.2 compatibility

31 Dec 13:44
Compare
Choose a tag to compare
Updates for Swift 4.2 (#26)

* Swift 4.2 fixes

* version 0.2.2

* fix example

* try fix travis build

Swift 4 compatibility

27 Sep 19:51
Compare
Choose a tag to compare
0.2.0

Release 0.2.0

Swift 3 compatibility

18 Oct 23:22
Compare
Choose a tag to compare
  • Added swift 3 compatibility (#13)

0.0.7

06 Sep 21:17
Compare
Choose a tag to compare
  • Added the steps center points (see #11)

0.0.6

18 Aug 19:49
Compare
Choose a tag to compare

0.0.5

31 Jul 20:25
Compare
Choose a tag to compare
  • Fixed an orientation issue

0.0.4

27 Jul 20:09
Compare
Choose a tag to compare
  • Added code exemple initialisation
  • Fixed potential retain cycle issue

0.0.3

27 Oct 19:50
Compare
Choose a tag to compare
  • Swift 2 compatibility ( thanks to @edwardmarks )
  • The radius is now configurable ( thanks to @edwardmarks )
  • Added Exemple project

0.0.2

13 Mar 15:59
Compare
Choose a tag to compare
  • Fixed delegate call issues
  • Fixed Xcode 6.3 beta3 building issues