We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
` /** Corner radius of cell when date is a start or end of selected range
Default value — `6pt` */ public var rangeViewCornerRadius: CGFloat = 20
`
If you set a value greater than 6, then this bug appears:
How to fix?
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
Fix #50 change ui dayCell
cf28759
- replace two view leftRangeView and rightRangeView to backgroundRangeView
c938a18
No branches or pull requests
`
/**
Corner radius of cell when date is a start or end of selected range
`
If you set a value greater than 6, then this bug appears:
How to fix?
The text was updated successfully, but these errors were encountered: