ruslanskorb / RSDayFlow

iOS 12+ Calendar (Date Picker) with Infinite Scrolling.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`markViewForDate` method for `RSDFDatePickerViewDataSource`

opened this issue · comments

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.

@mashkius Thank you for your request! Will you have time to work on this task?