HorizontalDial
HorizontalDial copied to clipboard
Setting minimumValue & maximumValue - Doesn't work
Hi,
Setting min & max values (in code or Storyborad) doesn't limit the scrolling and/or prevents from getting values out of range set.
(iOS 9/10, Swift 3, XCode 8.3.2)
horizontalDial?.enableRange = true
@MatanGold