SajjadKharrazi

Results 14 comments of SajjadKharrazi

in my app i set this `generateOutDates: .tillEndOfRow` and as you can see if month day ends at middle of the week, everything works great: ![image](https://user-images.githubusercontent.com/7239983/82102267-4d511e00-9724-11ea-9804-1935fd1d9b43.png) but if a month...

when i set `generateOutDates: .off`, it will be like this: ( end of the month day is in middle ) ![image](https://user-images.githubusercontent.com/7239983/82102537-234c2b80-9725-11ea-90af-2d39b8d63b8a.png)

**oops!** with `generateOutDates: .tillEndOfRow` and `calendarView.rangeSelectionMode = .continuous` look likes great! but with `generateOutDates: .off` and `calendarView.rangeSelectionMode = .continuous`, last day of month does not have correct `SelectedPosition` state (...

it's not possible to handle it with `generateOutDates` parameters?

if `generateOutDates` is `.off` then handle it like `calendarView.hideOutDates()`

but i think developer hide `outDate` and `inDate` dates. we always have one 31 which is shown and it's not hidden. so you can decide `selectedPosition` on visible date. as...

@jappleseed69 did you resolve this problem?