Skip to content

Releases: joshdhenry/SpinWheelControl

v0.2.0

19 Aug 04:33
Compare
Choose a tag to compare
  • Now supports different ways of positioning wedge labels.
  • New spin() function allows for spinning the wheel without dragging the wheel.
  • New randomSpin() function performs a spin at a random velocity.

Thanks to @iAmrSalman and @danielsaidi for their contributions.

v0.1.5

29 May 05:59
Compare
Choose a tag to compare

SpinWheelControl v0.1.5

An inertial spinning wheel UI control that allows selection of an item. It is written in the Swift programming language and to be used in iOS apps.

What's new in this release:

  • Fixed access levels of some vars and funcs.
  • Fixed sizing of wheel when width and height of the control differ.
  • Improved placement of wedge labels.
  • Implemented default appearances for SpinWheelWedgeShape and SpinWheelWedgeLabel.

v0.1.4

19 May 08:08
Compare
Choose a tag to compare

SpinWheelControl v0.1.4

An inertial spinning wheel UI control that allows selection of an item. It is written in the Swift programming language and to be used in iOS apps.

What's new in this release:

  • Added wedgeForSliceAtIndex() method to SpinWheelControlDataSource protocol.
  • Implemented IBInspectable properties.
  • Made the SpinWheelControl class IBDesignable.

v0.1.3

17 May 21:44
Compare
Choose a tag to compare

SpinWheelControl v0.1.3

An inertial spinning wheel UI control that allows selection of an item. It is written in the Swift programming language and to be used in iOS apps.

What's new in this release:

  • Removed the file extension from the license file.

v0.1.2

17 May 21:36
Compare
Choose a tag to compare

SpinWheelControl v0.1.2

An inertial spinning wheel UI control that allows selection of an item. It is written in the Swift programming language and to be used in iOS apps.

What's new in this release:

  • Fixed an issue where the spin wheel could appear skewed to due miscalculation of the spin wheel's center.

v0.1.1

16 May 02:45
Compare
Choose a tag to compare

SpinWheelControl v0.1.1

Spin Wheel Control is a wheel of fortune-style spinning wheel control that allows selection of an item. It is written in the Swift programming language and to be used in iOS apps.

v0.1.0

15 May 03:27
Compare
Choose a tag to compare

SpinWheelControl v0.1.0

Initial release.

Spin Wheel Control is a wheel of fortune-style spinning wheel control that allows selection of an item. It is written in the Swift programming language and to be used in iOS apps.