Hey guys, I'm totally new in iOS and I'm still having a lot of difficulty when trying to understand the structure. Could someone give me a light about how to change the weekdays? Is it possible? Or should I change the lib source (even totally not recommended).
What do you mean by 'change weekdays'? How would you like to change them?
Hello Wenchao,
I'm really sorry for not being so clear in the first question.
I mean translate 'em to portuguese language.
By the way, your lib is awesome!
locale property of FSCalendar. Something like:_calendar.locale = yourLocale
While yourLocale means the NSLocale instance with portuguese language.
Thanks. If any issue come to you, feel free to issue here.
Thanks too
Most helpful comment
localeproperty of FSCalendar. Something like:While
yourLocalemeans the NSLocale instance with portuguese language.