To run the example project, clone the repo, and run pod install
from the Example directory first.
CHDayPicker is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "CHDayPicker"
In interface builder, drag UIView in your controller and set the class name to CHDayPicker
- Item title and number
- Multiple and unique Selection
- Title color (selected and unselected state)
- Selected background Color
func didSelectDay(position: Int, label: String, selected : Bool)
Charles HARROCH, charles.harroch@gmail.com
CHDayPicker is available under the MIT license. See the LICENSE file for more info.