I have JSON response that gives me different dates when events are scheduled in a month. I am using Tapku calendar in iOS app.
I have following questions:
How to mark dates in Tapku calendar which has events scheduled for them. I have seen random dates generated between two dates to mark events, but I want my own dates received from Json response.
On prev and next month clicks, how to get JSon data and mark dates on Tapku calendar?
Thanks in advance.