ARSelectableView
ARSelectableView is a for selection type.
Selection Type
- Radio
- Checkbox
- Tags
Requirements
- iOS 11.0+
- Xcode 11.0+
- Swift 4.2+
Usage
Firstly, download ARSelectableView
.
By code, using initializer. Parameter frame
Control
Set selection type
Set items
Change properties
defaultButtonColor
: Seletion button default Color (UIColor.black)selectedButtonColor
: Seletion button selected Color (UIColor.black)defaultTitleColor
: Default Title Color (UIColor.black)selectedTitleColor
: Selected Title Color (UIColor.black)defaultCellBGColor
: Default Cell BG Color (UIColor.white)selectedCellBGColor
: Selected Cell BG Color (UIColor.white)- Othor option available for this please lookout