You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.