This UIViewController display a Date Picker wich allow the user to select timeslot for an appointment for exemple.
- The componant is fully customizable by depencies injection.
- Data are provided by an independent componant, and allow lazy loading, time slot will be loaded on demand without interrupt the user experience.
- Locale could be provided in order to have localized date representation ("October", "Monday " etc..)
You should provide a concrete implentation of CalendarDataProvider with loadData and loadNexData implementation.