TKMultiSwitch Class Reference
| Inherits from | UIControl |
| Declared in | TKMultiSwitch.h TKMultiSwitch.m |
Overview
TKMultiSwitch a slide control with multiple options. Sort of like a UISwitch mixed with a UISegmentControl.
Tasks
-
– initWithItems: -
indexOfSelectedItemproperty -
selectionInsetproperty -
fontproperty -
styleproperty -
selectedTextColorproperty -
textColorproperty -
– selectItemAtIndex:animated:
Properties
indexOfSelectedItem
The index of the selected item.
@property (nonatomic, assign) NSInteger indexOfSelectedItemDeclared In
TKMultiSwitch.hselectedTextColor
If the style is a filled selection, then this will be used for the current select label.
@property (nonatomic, strong) UIColor *selectedTextColorDeclared In
TKMultiSwitch.hselectionInset
The select padding.
@property (nonatomic, assign) CGFloat selectionInsetDeclared In
TKMultiSwitch.h