`markViewForDate` method for `RSDFDatePickerViewDataSource`
opened this issue · comments
Deleted user commented
There is this dataSource protocol method:
- (UIImage *)datePickerView:(RSDFDatePickerView *)view markImageForDate:(NSDate *)date
Would be nice to have this:
-(UIView *)datePickerView:(RSDFDatePickerView *)view markViewForDate:(NSDate *)date
This would give full customization options.
Ruslan Skorb commented
@mashkius Thank you for your request! Will you have time to work on this task?