Skip to content
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

Get Selected Date cell and modify it. #47

Closed
avramirez opened this issue Sep 17, 2013 · 2 comments
Closed

Get Selected Date cell and modify it. #47

avramirez opened this issue Sep 17, 2013 · 2 comments

Comments

@avramirez
Copy link

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

- (void)calendar:(CKCalendarView *)calendar didSelectDate:(NSDate *)date {
}

but there is no object to use to access the cell.

I'm just new to iOS , sorry for my newbie question.

@anujism
Copy link

anujism commented Aug 7, 2014

I also have the same problem. Please let me know how to access dateItem in didSelectDate.

@avramirez
Copy link
Author

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 👍

#53

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants