patchthecode / JTAppleCalendar

The Unofficial Apple iOS Swift Calendar View. Swift calendar Library. iOS calendar Control. 100% Customizable
https://patchthecode.com
MIT License
7.55k stars 806 forks source link

CollectionView shows up as empty #824

Closed cluelessoodles closed 6 years ago

cluelessoodles commented 6 years ago

I tried to check if the common problems in the solved issues section were present before posting. I have the correct module, I have set label and container view constraints, I have set the ibCalendarDateSource/Delegate outlets, set the class of my storyboard scene = file class of CalendarViewController, but my collection is still showing up as empty

cluelessoodles commented 6 years ago

hey patchthecode, is my post showing up? This is my first time posting in github issues and I'm worried I didn't post this right or its showing up as private.

patchthecode commented 6 years ago

ah sorry. i mentally responded to you 😂 Will take a look after work. Sorry about that.

patchthecode commented 6 years ago

As soon as i ran your app, the first error message i was on the console was

2018-07-09 19:29:45.297106-0700 Gutka[20617:9585642] Unknown class CalendarViewController in Interface Builder file.

Looks like you forgot to include your CalendarViewController file for target membership of Gutka

patchthecode commented 6 years ago

closing this issue.

cluelessoodles commented 6 years ago

Thanks. I looked at the Build Phase - Compile sources and I see all of my .swift files including CalendarViewController.swift ... but that message still shows up... was that not the issue?

Edit: whoops! False alarm. You're right and I have fixed it. Thank you!

patchthecode commented 6 years ago

np. have a good one.