ScrollableDatepicker
Yet another datepicker for iOS
Installation
CocoaPods
Add the following line to your Podfile:
Then run the following in the same directory as your Podfile:
Manual
Clone the repo and drag files from Sources
folder into your Xcode project.
Configuration
Day Style Configuration
You can customize following properties for each state (default, weekend, selected):
- Font & Color for day, week day and month
- Background Color for cell
- Selector Color
Depending on the state of the cell, its style is composed of the default and appropriate styles.
Data Configuration
- Number of dates in one screen
Example
Requirements
- iOS 9.0
- Xcode 8.0