You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be good to expand formal support for scrolling and selection within the JTACUYearView. For example these issues, #1226 and #1236 are currently outstanding and it would be good to have support for this basic interaction within the year view. Are you open to a PR to add this functionality? I have already done what I think will work to better support scrolling to a date in the year view and will start work on implementing a delegate method when selection occurs on a JTACMonthCell. Happy to discuss details and other items to add. I am needing this functionality for a current project I am working on, so happy to do the work.
Steps To Reproduce
N/A
Expected Behavior
Additional Context
N/A
The text was updated successfully, but these errors were encountered:
Added support for scrolling year view to a specified date and a new delegate method to allow for detection of user selection of a given month view. Changed visibility of the extension to provide default protocol implementations so apps using library will benefit. Extended sample app to show new functionality in year view
OK..have done. Sorry for the initial title, I was thinking I could do the two pull requests sequentially. Regardless, there is a PR for this issue and for another small issue. Happy to tweak and change as you like, but I think it is solid.
(Required) Version Number:
8.0.3
Description
It would be good to expand formal support for scrolling and selection within the JTACUYearView. For example these issues, #1226 and #1236 are currently outstanding and it would be good to have support for this basic interaction within the year view. Are you open to a PR to add this functionality? I have already done what I think will work to better support scrolling to a date in the year view and will start work on implementing a delegate method when selection occurs on a JTACMonthCell. Happy to discuss details and other items to add. I am needing this functionality for a current project I am working on, so happy to do the work.
Steps To Reproduce
N/A
Expected Behavior
Additional Context
N/A
The text was updated successfully, but these errors were encountered: