Index Hierarchy TKDataFormSliderEditor Class Reference Inherits from TKDataFormEditor : UIView Declared in TKDataFormSliderEditor.h Overview The default editor for floating point properties. In its essence, it is a UISlider. Tasks sliderView property stepValue property Properties sliderView The editpr’s UISlider control. @property (nonatomic, strong, readonly) UISlider *sliderView Declared In TKDataFormSliderEditor.h stepValue Step value for the slider. @property (nonatomic) CGFloat stepValue Declared In TKDataFormSliderEditor.h Index Hierarchy