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

Would you be able to provide a working sample for your video tutorial? #959

Closed
jumper4000 opened this issue Dec 30, 2018 · 5 comments
Closed

Comments

@jumper4000
Copy link

Would you be able to provide a working sample with the video tutorial? I followed this - https://www.youtube.com/watch?v=zOphH-h-qCs and applied your suggestions from issue #553, but when the app launches the calendar is blank, and it doesn't hit the code in the extension section. I think a working sample based on the latest instructions to go with that video will be very helpful.

Thanks very much in advance.

@patchthecode
Copy link
Owner

If your calendar is blank, this means you didnt follow the video fully and that there was some thing you missed.

If your calendar is blank, this could be some reason reason ->

  1. did you setup constraints for your calendar?
  2. did you set your calendar delegate? and are the delegate functions being called?

There is already a working sample of the app attached to this github project. You can download and run it.

@jumper4000
Copy link
Author

jumper4000 commented Dec 31, 2018

Hi, I got it working. The video says we should drag dataSource, and delegate outlets to ViewController, but apparently, we need to drag ibCalendarDataSource and ibCalendarDelegate instead. Once I did that, it worked. I'm attaching a very basic working calendar that follows your video tutorial to the T, with the exception of what I just mentioned, and the addition of willDisplay function. It'll be extremely helpful if you can add it to your video tutorial and save beginners like myself a ton of time :). Thanks for this great project though. It's awesome.

BasicCalendar.zip

@patchthecode
Copy link
Owner

thanks.
I think when i did the tutorial, the ibCalendarDataSource was not yet there.
While the library constantly gets updated, unfortunately a video cannot.

I should have said a note to developers, that updates are constantly being done, and that you should check the github for the latest content.

Glad you got the issue resolved. Closing this now 👍

@jusher
Copy link

jusher commented Apr 16, 2019

jumper4000

Thanks. I was able to get your code running, which will allow me to have something to go from, at least until some things are updated.

@patchthecode
Copy link
Owner

patchthecode commented Apr 16, 2019

@jusher
im in the process of making the text documentation.
See them here -> patchthecode.com

Im still updating them daily

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

3 participants