RPTMultiSelection
Why?
Multi-selection input view that helps creating custom selection input view.
This works mainly as default component such as UIPickerView and UITableView. You have to work with delegates for setting values and updating data model. All it gives is failsafe and semi tested component that I have been using in some of my projects.
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Also check ViewController.swift
. In example view.
Installation
RPTMultiSelection is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'RPTMultiSelection'
Author
rptwsthi, [email protected]
License
RPTMultiSelection is available under the MIT license. See the LICENSE file for more info.