kvyatkovskys/KVKCalendar

`TimelineStyle.offsetLineRight` is not called

Closed this issue · 2 comments

public var offsetLineRight: CGFloat = 10

This property is defined, but not as widely used as offsetLineLeft.

There are many places that use offsetLineLeft, and I'm not sure if offsetLineRight should be the same, so I didn't submit a pull request.

Hopefully this will be fixed soon, this property is very useful to me.

According to my own understanding, I added the relevant implementation in #373 .

Note: I only run and checked the demo effect, and I am not sure whether it applies to all situations and whether there are any omissions.

Event is not currently affected by offsetLineRight.