-
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
Set Week Days Label IN Upper Case #478
Comments
for your first question, you can use this option : _calenderView.appearance.caseOptions = FSCalendarCaseOptionsWeekdayUsesDefaultCase | FSCalendarCaseOptionsWeekdayUsesUpperCase; |
thanks. |
can you please check title offset issue i have faced |
could you provide screen shoots for that issue ? |
Same request as @yigityuksel . And can you provide more information as the issue template requested? |
Still cannot reproduce. If you have a demo for this, please feel free to send. |
For swift 4 use below code calendarVw.appearance.caseOptions = FSCalendarCaseOptions.weekdayUsesUpperCase |
For both
|
|
Hi
How can set week days label in capital letters Like (SUN,MON , etc)
i have used
_calenderView.appearance.caseOptions = FSCalendarCaseOptionsHeaderUsesUpperCase;
but its not working
can you please give me and idea
i have faced other issue i have set titleoffset
_calenderView.appearance.titleOffset = CGPointMake(0, 2);
its seem perfect, but while selecting a cell text goes down.
is there any way to fix in correct location
Thanks
The text was updated successfully, but these errors were encountered: