Closed Polkendotts closed 5 years ago
checking. give me a sec.
what package manager are u using? cocoapods? carthage? swiftpackagemanager ?
what package manager are u using? cocoapods? carthage? swiftpackagemanager ?
Thanks! I use cocoapods
I just created a new project and every thing works well.
are you following this tutorial? -> https://patchthecode.com/jtapplecalendar-home/calendar-from-scratch/
If you are, then just know that you are following the tutorial for version 7.1.7 ok. But you just told me that you have version 8.0.0 installed :/
Could that be the source of confusion?
Ah of course, that's most likely the issue. I had an issue downloading the specific version pod 'JTAppleCalendar', '~>; 7.1' as displayed in the tutorial. I realize now it was because the ";" needed to be removed. Ok, I will try again now with the correct version and hopefully the issue will be resolved. Thank you so much.
cool. let me know how it goes. If all is well, you can close this issue.
cool. let me know how it goes. If all is well, you can close this issue.
yep works great now :)
awesome
@patchthecode Can you share your codes and pod file. I tried it, but it responses error after build :/
(Required) Version Number: JTAppleCalendar (8.0.0)
Description
Steps To Reproduce
Expected Behavior
Additional Context
I am following the wiki tutorial but I am unable to get past the first step of setting the calendar’s ibCalendarDataSource and ibCalendarDelegate to be the ViewController subclass in the storyboard as shown here:
On my screen it looks like this, and there is no ibCalendarDataSource or ibCalendarDelegate delegate to be connected:
I've properly classed the uicollection view to JTAppleCalendarView
I've tried to work around this by setting the dataSource and delegate manually in my viewcontroller, but I put a print command in the dataSource and delegate extensions, I can see they are not being called.
And the simulation looks like this:
I've tried looking through more recent examples such as, this from 7months ago https://github.com/lamkjbo/JTCalendarCustom
However every example has the same ibCalendarDataSource or ibCalendarDelegate outlets in their storyboard, I can't figure out where they come from- i've searched through the pod files to see if they are declared somewhere as well, but to no avail. I think my skill level and knowledge is not deep enough to figure it out.
Im frustrated because it seems so simple but I can't get past the first step. I've already devoted 2 days developing a beautiful calendar by building off of one of the basic sample projects downloadable on the wiki tutorial page, but I am unable to recreate it in my own project because of this issue.