-
Notifications
You must be signed in to change notification settings - Fork 810
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
Comments
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 ->
There is already a working sample of the app attached to this github project. You can download and run it. |
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. |
thanks. 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 👍 |
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. |
@jusher Im still updating them daily |
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.
The text was updated successfully, but these errors were encountered: