Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes for #1158 and #1310 #1312

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

robgtsoftware
Copy link

@robgtsoftware robgtsoftware commented Feb 26, 2021

This contains two fixes.
First is a fix for #1158 to allow the JTACMonthCell to be programmatically subclassed without a need for a storyboard
Second is for #1310 where I have added two new methods. One for scrolling to a given date in the year view and one for alerting the year view delegate that a month was selected. Extended the year example in the example app to show the new functionality. Also, make sure the default protocol implementations were visible to apps using the library

…hthecode#1158

Changed access modifier to open to allow subclasses to access and create the required view


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
@robgtsoftware robgtsoftware changed the title Crash when creating cell extending JTACMonthCell programatically #1158 Fixes for #1158 and #1310 Feb 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant