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
Hi , I have implemented all the base methods and found it a very good lib a bit confusing since haven't learned objc or had chance to seems at this rate it should be necessary .
I have to implement a functionality where if the user clicks on first monday of the week say 2nd , this depends on a set of data from api and has been coded for conditional check , the week containing day 2nd and 3 weeks following should be changing appearance. Currently i check the selection through cellState.isSelected in the cellforitem method .
So part where I am stuck is can't figure out how to change the colors of next 4 weeks or 27 days , this should be implemented in didSelectDate most probably , any guidance would be helpfull.
The text was updated successfully, but these errors were encountered:
Hi , I have implemented all the base methods and found it a very good lib a bit confusing since haven't learned objc or had chance to seems at this rate it should be necessary .
I have to implement a functionality where if the user clicks on first monday of the week say 2nd , this depends on a set of data from api and has been coded for conditional check , the week containing day 2nd and 3 weeks following should be changing appearance. Currently i check the selection through cellState.isSelected in the cellforitem method .
So part where I am stuck is can't figure out how to change the colors of next 4 weeks or 27 days , this should be implemented in didSelectDate most probably , any guidance would be helpfull.
The text was updated successfully, but these errors were encountered: