Open farazhaider88 opened 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--; }
still need help on this?
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:
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.