Jtapplecalendar: Missing Days in Calendar

Created on 17 Feb 2017  ·  8Comments  ·  Source: patchthecode/JTAppleCalendar

After following the first part of the tutorial below (screenshot attached) is what I get.

  1. Could someone suggest why am I missing several days ?
  2. The numbering of the days (day 14, 15 are repeated twice) also seems to be incorrect.

pastedgraphic-1

question

Most helpful comment

I think that maybe you didnt follow the tutorial correctly?

Here is the completed code for the tutorial ->> https://github.com/patchthecode/CalendarTutorial
Let me know if i'm wrong and this turns out to be a real issue
If it does turn out to be a real bug, then we'll need to fix it.
Let me know.

All 8 comments

I think that maybe you didnt follow the tutorial correctly?

Here is the completed code for the tutorial ->> https://github.com/patchthecode/CalendarTutorial
Let me know if i'm wrong and this turns out to be a real issue
If it does turn out to be a real bug, then we'll need to fix it.
Let me know.

Also, Can you provide me a zip file of the source code you have done?
Just zip the file, and drag the file into this chatbox to upload it here. Thanks.

Thank you for your help, I’ve manage to resolve the issue. This is a great calendar library, with a lot of flexibility.

Here is my desired view:
desiredweekview

Here is my current week view
pastedgraphic-4

  1. How can I replace the “Day” text with the Day of the week i.e. (Sunday - S, Monday - M and so on)
  2. How can I add selected Date at the Bottom of the week view ?

Thank you for your help!!

How can I replace the “Day” text with the Day of the week i.e. (Sunday - S, Monday - M and so on)

If you are trying to replicate the Apple style, then making the header is easy -> https://patchthecode.github.io/Headers/

How can I add selected Date at the Bottom of the week view ?

This can simply be a UIView that is _outside_ the calendar.

Since the original issue is resolved, then i'll close this. But if you still need help then keep chatting. I will respond.

You are awesome, thank you so much.

Cheers 🍻

Was this page helpful?
0 / 5 - 0 ratings