-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Time zone support for swift #1425
base: master
Are you sure you want to change the base?
Conversation
time zone crashing for some swift new zones (example America/Mazatlan) WenchaoD#1424
@zzdravkin |
can you give more details what is not working, or what error you are getting ? |
Same error *** Assertion failure in -[FSCalendarCollectionView _validateSelectionOrHighlightIndexPath:isSelection:allowMassIndexPath:assertIfInvalid:], UICollectionView.m:8,265 |
@zzdravkin Crash_OS17_Mazatlan.mov |
@zzdravkin FSCalender_Issue1.mp4 |
time zone crashing for some swift new zones (example America/Mazatlan)
some time zones are not know in Obj-C from Swift
Now timezone is created from abbreviation.
#1424