Closed avramirez closed 10 years ago
I also have the same problem. Please let me know how to access dateItem in didSelectDate.
Here is a solution by @anujism
https://github.com/anujism/CKCalendar
I also tried to do a pull request to this project. It seems like this is not maintained anymore. I'll try yours :+1:
I'm trying to modify the cell/box of the selected item and change its properties, like changing its font-size or border. The delegate method I'm using is
but there is no object to use to access the cell.
I'm just new to iOS , sorry for my newbie question.