evadne / DayFlow

iOS Date Picker + Infinite Scrolling
229 stars 21 forks source link

NSCalendarIdentifierIslamic is not predictable #11

Open Hizabr opened 9 years ago

Hizabr commented 9 years ago

NSCalendarIdentifierIslamic is not predictable, so i think you will face some bug's here and there, I suggest to use NSCalendarIdentifierIslamicUmmAlQura instead.

For more about it check this answer: http://stackoverflow.com/a/8897011

Using NSCalendarIdentifierIslamic will lead some months to be duplicated and others to be vanished in your project.

And thank you for your amazing project.

evadne commented 9 years ago

Agree. Can we get a PR against this?

On Jun 23, 2015, at 16:17, Hizabr notifications@github.com wrote:

NSCalendarIdentifierIslamic is not predictable, so i think you will face some bug's here and there, I suggest to use NSCalendarIdentifierIslamicUmmAlQura instead.

For more about it check this answer: http://stackoverflow.com/a/8897011

Using NSCalendarIdentifierIslamic will lead some months to be duplicated and others to be vanished in your project.

And thank you for your amazing project.

— Reply to this email directly or view it on GitHub https://github.com/evadne/DayFlow/issues/11.