We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c696962 commit 9100636Copy full SHA for 9100636
iOS/GBSlider.m
@@ -11,7 +11,7 @@ + (instancetype)configurationWithNumberOfTicks:(NSInteger)ticks;
11
@end
12
13
@interface UISlider (configuration)
14
-@property(nonatomic, copy, nullable) UISliderTrackConfiguration *trackConfiguration API_AVAILABLE(ios(19.0));
+@property(nonatomic, copy) UISliderTrackConfiguration *trackConfiguration API_AVAILABLE(ios(19.0));
15
16
#endif
17
0 commit comments