-
Notifications
You must be signed in to change notification settings - Fork 819
Common Questions
Common questions can now be found on this link
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
(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.
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)
https://github.com/patchthecode/JTAppleCalendar/issues/581
- Space at atop or scrollview bouncing - https://patchthecode.github.io/CommonProblems/
- selection problems - did you cellState.isSelected?
https://github.com/patchthecode/JTAppleCalendar/issues/365
https://github.com/patchthecode/JTAppleCalendar/issues/252