jaykz52 / CKCalendar

A sleek, easily customized calendar control for iOS.
www.cozykozy.com
634 stars 179 forks source link

ckcalendar arabic days formatting issue #76

Open farazhaider88 opened 8 years ago

farazhaider88 commented 8 years ago

Im using ckcalendar(https://github.com/jaykz52/CKCalendar) in one of my application. In arabic locale i need a different layout of days, currently it is showing as following:

screen shot 2016-02-08 at 10 16 17 am

but i need its format as follow:

الأحد الأثنين الثلاثاء الأربعاء الخميس الجمعة السبت

the difference between both the format is that after changing its locale, ckcalendar days are still Right to left.

can any one let me know what should i need to do to fix this. as i try different things but i still get desired results.

farazhaider88 commented 8 years ago

i change update weeks function and now its showing me correct labels but now dates are mismatching with current calander month.

NSUInteger i = 6; for (NSString *day in weekdays) { [[self.dayOfWeekLabels objectAtIndex:i] setText:[day uppercaseString]]; i--; }

zuaaef commented 8 years ago

still need help on this?