-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
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
issues with localization #2
Comments
Is this happen in sample project? |
Yes the problem was when I force the alignment to be right to left and toogle that |
Yes, I should fix this for supporting RTL with the new way. I'll work on this. |
Thanks for your response and I'm waiting |
How to clear selection date? set as default calendar in above snapshot? |
At RangePicker sample just use func clearDateSelections() {
date1 = nil
date2 = nil
let selectedDates = self.calendar?.selectedDates
if ((selectedDates?.count) != nil) {
selectedDates?.forEach({ (date) in
self.calendar?.deselect(date)
})
}
configureVisibleCells()
} |
when I use your calendar
and after I make a localization
in English version the months names comes right
but in arabic it comes wrong "رمضان ٢٠٩٧"
so what is the problem ?
The text was updated successfully, but these errors were encountered: