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
/// If true, the slider will use a hover effect as the pointer hovers over it.
121
+
/// If true, the slider will display a hover effect as the pointer hovers over it.
120
122
///
121
123
/// Override the `pointerStyle(with:)` method to customize the effect.
122
124
///
125
+
/// - Note: Enabling this option is intended to communicate to the user that they can easily perform an action using the pointer. Enabling `isScrollingEnabled`, `enableTapping`, __and__ allowing at least indirect touches using `allowedTapTypes` is recommended if this option is enabled.
/// If true, the slider will animate its scale when it is being dragged
127
133
///
@@ -130,7 +136,7 @@ import UIKit
130
136
131
137
/// The color of the track the slider slides along
132
138
///
133
-
/// - Note: By default, this is set to `tertiarySystemFill`, which the [documentation](https://developer.apple.com/documentation/uikit/uicolor/ui_element_colors) specifies is for filling large shapes. Be sure to use an appropriate fill color for the size of the control.
139
+
/// - Note: By default, this is set to `tertiarySystemFill`, which is intended for filling large shapes. Be sure to [choose an appropriate fill color](https://developer.apple.com/documentation/uikit/uicolor/ui_element_colors) for the size of the control.
134
140
///
135
141
/// - Important: On iOS versions prior to iOS 13 that do not support dynamic system colors, this defaults to `lightGray`.
0 commit comments