I am trying to use JTcalendar
library to build a custom calendar. In the current implementation , the scroll happens when the user swipes on the screen. I need two buttons left and right to support the scroll feature.
To do this , I have added two buttons in the menu bar for left and right scroll and tried to call the viewDidScroll()
function on click of either. However this is not working.
Can anyone please point me in the right direction? I can share the current implementation if needed.