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

Creating calendar causes unreadable cells in column view #611

Closed
chriseenberg opened this issue Nov 6, 2017 · 1 comment
Closed

Creating calendar causes unreadable cells in column view #611

chriseenberg opened this issue Nov 6, 2017 · 1 comment

Comments

@chriseenberg
Copy link

chriseenberg commented Nov 6, 2017

UPDATE
Found the error - Story board inserted a User defined runtime attribute for cellrows.

Swift version 4.0
Target version: IOS 11.0
JTAppleCalendar version 7.1.1

I've followed the guide for creating a calendar in my project. This is "working" without errors in the console - however, there is a problem with displaying the cells in my collection view as seen below.

screen shot 2017-11-06 at 12 45 16

To be honest, i have no idea what is causing this. I've implemented the stub methods as suggested in the github post here. Everything is running with no errors, but still the view seems squashed..

i've used the date range:
let startDate = dateFormatter.date(from: "2017 01 01")! let endDate = dateFormatter.date(from: "2017 12 31")!

Anyone got any pointers to what could be causing this? Is it a bug or am i missing something?

I can provide more code or information if you ask for it ( as i have no clue where to start )

Kind Regards Chris.

@patchthecode
Copy link
Owner

patchthecode commented Nov 6, 2017

I take it that you found the error causing this?

  1. This library has example project attached to it.
  2. Also there are video tutorials --> here
  3. Also there are guys who have done sample projects around -> https://github.com/patchthecode/WLAppleCalendar
  4. Then there are my created tutorials -> https://github.com/patchthecode/CalendarTutorial

Let me know if this helps

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