What do you do to change the calendar to scroll vertically?
@RayZhuAU I am looking for the same thing, since you closed this issue, did you find the solution?
@idilgun calendarView.scrollDirection = .vertical
Thanks @patchthecode
@idilgun cool. If this library has saved you months of coding then consider leaving a Star ★ Github rating. It will be greatly appreciated. Cheers 🍻
updated to: calendarView.direction = .vertical
PS: Thanks! I was really about to look for a new pod but I found this answer which solved the problem of vertical scroll :)))
@tungfam thanks. I will update this!!
it should be scrollDirection but it seems i might have accidentally renamed it.
use .direction for now, but I will change this in a future update back to scrollDirection
@patchthecode is it possible to make the calendar to scroll vertically + continuously (not discretely).
In other words the calendar like standard apple calendar on iOS, where when you scroll vertically it's shows months not discretely but kind of "together". Hope my bad explaination was clear :)
@tungfam Hey I think one thing that could save you a lot of headaches is the tutorials -> https://github.com/patchthecode/JTAppleCalendar
Specifically, the part in the tutorials you are looking for is located here -> https://patchthecode.github.io/CalendarScrolling/
It shows you all the scrolling modes you can do with the library. Is your solution located in there? Let me know.
@patchthecode thanks a lot! that's what was needed :) next time i better go through all tutorials then ask ..
@tungfam haha. its cool man. If you have any further questions, then just ask :)
Most helpful comment
@idilgun cool. If this library has saved you months of coding then consider leaving a Star ★ Github rating. It will be greatly appreciated. Cheers 🍻