-
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
how to current calendar page month and year #345
Comments
[calendar setCurrentPage:date animated:animated]; |
Thanks but how to know which month diplay in currnet calendar Sent from my iPhone
|
This will return a NSDate contains year and month. NSDate *currentPage = calendar.currentPage; |
Ok and one more question when calendar display which delegate method call On Sun, 26 Jun 2016 at 12:14 PM, Wenchao Ding notifications@github.com
|
There isn't. I think what u need is something like |
I want to reload tableview and i think is not best possible way On Sun, 26 Jun 2016 at 12:44 PM, Wenchao Ding notifications@github.com
|
solve my issue with perform selector |
how to current calendar page month and year?
The text was updated successfully, but these errors were encountered: