hi
how can change date formatter to jalali and change style number ??
thanks for help ??
Have you looked at the tutorial?
CellView.xib
func configureCalendar(calendar: JTAppleCalendarView) -> (startDate: NSDate, endDate: NSDate, calendar: NSCalendar)
I don't want to just change font i want change style ,look a picture

Take a look at the tutorial. You can the setup the CellView.xib however you want.

By the way, did you create that calendar using JTAppleCalendar?
yes
Hey, if you are able to build your calendar, can i use your image as an example in my documentation?
yeah .sure
Cool. when you are finished with you. You can upload the image here -> https://github.com/patchthecode/JTAppleCalendar/issues/2
Most helpful comment
Have you looked at the tutorial?
CellView.xib
Go there and change the font of the text to what ever you want.
Look at the delegate setup function
func configureCalendar(calendar: JTAppleCalendarView) -> (startDate: NSDate, endDate: NSDate, calendar: NSCalendar)You provide you own calendar in there. Setup the calendar to what ever you want it to be.