Skip to content

3.0.0

Latest
Compare
Choose a tag to compare
@daprice daprice released this 21 Aug 00:14
· 1 commit to main since this release
  • Documentation follows DocC standard.
    • In Xcode 13 or later, select Product > Build Documentation in your project that includes TactileSlider as a dependency and the full documentation will be viewable in Xcode’s documentation browser, as well as symbol documentation in Quick Help and code completion.
    • In earlier versions of Xcode, symbol documentation will continue to be shown in Quick Help and code completion.
  • Customizable outline color and thickness (by default, automatically shown when contrast between tint color and system theme is low, similar to the iOS 14+ Home.app sliders).
  • Adjustable precision when the user makes small adjustments – see TactileSlider.precisionRampUpDistance.
  • Configure the step size of accessibility increment and decrement using TactileSlider.steppingMode.
  • Matches UISlider's iOS 14+ behavior of sending both .valueChanged and .primaryActionTriggered events when moved.
  • Minor bugfixes and polish.
  • Now Carthage compatible.
  • Now requires iOS 9 or later.