Skip to content

Common Questions

JTAppleCalendar edited this page Jul 16, 2019 · 51 revisions

Common questions can now be found on patchthecode.com

How do I test my project with your latest code to see if a bug is fixed there?

To test the master branch with your current project do this:

Go to your pod file, and change your JTAppleCalendar pod to this:

pod 'JTAppleCalendar', :git => 'https://github.com/patchthecode/JTAppleCalendar.git'

Then do a:

pod update

Then, go to your XCode project, then do a CMD + SHIFT + K to clean your project. You need to do this step because I have noticed that XCode sometimes keep the old build when testing master branch. Now re-build your app and test. Sometimes cache is still there and you may even need to delete the Pod folder as well as the pod.lock file. Then run the command pod update.

You can switch back to what you had before once you're done. Nothing on your project will be affected (Unless you actually made changes to the JTAppleCalendar internal library code itself. If you did that, it will be reset)

date boundary

https://github.com/patchthecode/JTAppleCalendar/issues/365

wrong selected date

https://github.com/patchthecode/JTAppleCalendar/issues/252

correct weekview setup

https://github.com/patchthecode/JTAppleCalendar/issues/581