The following properties can be changed either in Interface Builder or in code:
selectionList.selectionImage = UIImage(named: "v")
selectionList.deselectionImage = UIImage(named: "o")
selectionList.isSelectionMarkTrailing = false // to put checkmark on left side
selectionList.rowHeight = 42.0
SelectionList
Simple single-selection or multiple-selection checklist, based on UITableView.
Usage
Multiple Selection
Changing Appearance
The following properties can be changed either in Interface Builder or in code:
You can do additional styling in code:
If you want to remove the cells seperators
Requirements
Installation
CocoaPods:
Legacy versions:
pod 'SelectionList', '~> 1.2.0'
pod 'SelectionList', '~> 1.0.2'
Swift Package Manager:
Meta
@yonatsharon
https://github.com/yonat/SelectionList