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

ReloadData() is missing #47

Closed
kevinkub opened this issue Apr 15, 2015 · 7 comments
Closed

ReloadData() is missing #47

kevinkub opened this issue Apr 15, 2015 · 7 comments
Assignees

Comments

@kevinkub
Copy link

Hey,

thank you for writing this awesome control. Currently I am designing a calendar which updates in the background. However I can not be sure to have all the data available, as soon as the view did appear. I am searching for a possibility to reload the data (for the dots and dots color) of the calendar view. I tried a few solutions like

let monthView = self.calendarView.contentController.presentedMonthView
monthView.reloadWeekViewsWithMonthFrame(monthView.frame)
self.calendarView.commitCalendarViewUpdate()
self.calendarView.toggleTodayMonthView()

but nothing seems to work in a nice manner.

I hope you can help me or add support for this in the next version.

Thank you in advance.

@mozharovsky
Copy link
Member

Hello @kevinkub,

Thank you for using this software.

CVCalendar is going to have more features with an upcoming release. One you actually need is included. You'll be able to set multiple dots and update them once it is necessary. You can find the change log here #28.

Keep watching, more cool things to come!

Regards,
Eugene

@patricks
Copy link

Hi,

I the same problem, is there any way to reload the calendar view, after it is loaded?

I also get dates in the background. If I swipe 3 month forward and swipe back after that, I can see the new events.

@kevinkub
Copy link
Author

I ended up using https://github.com/jonathantribouharet/JTCalendar in the next version of my app. However you should check out the beta branch of this repo, although I have not had a look myself.

@MlM7Studios
Copy link

Hello,

I'm having the same problem. Reloading the dotMarkers on the fly accordingly to my data updates.

Any luck ?

Because I've been struggling for a quite a while now...

@Mirant123
Copy link

Hello,
I currently use CVCALENDAR.
In that i have two problem.
1)Is there any method when i can set multiple dots? If is there please let me know only that method.(like i have two days in that i schedule my events and i want that date in red background).
2)reload calendar view method if available.

@jose920405
Copy link

#145

@elsesiy
Copy link
Member

elsesiy commented Dec 18, 2015

Has been merged with #155 and thus closed. If there's more to it let me know, I'm gonna reopen the issue then..

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

No branches or pull requests

7 participants