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
Not an issue per se. Rather a mere improvement on this library to support the below design.
On the above image, we can clearly see that each month is separated in its own "cell" with rounded corners and a drop shadow. I achieved the above by using a UICollectionView and UICollectionViewCell. Each cell includes an instance of a JTAppleCalendar with a custom configuration in order to only show one month.
It would be great if JTAppleCalendar could provide such ability instead of having to create a custom one like I did.
The text was updated successfully, but these errors were encountered:
Not an issue per se. Rather a mere improvement on this library to support the below design.
On the above image, we can clearly see that each month is separated in its own "cell" with rounded corners and a drop shadow. I achieved the above by using a UICollectionView and UICollectionViewCell. Each cell includes an instance of a JTAppleCalendar with a custom configuration in order to only show one month.
It would be great if JTAppleCalendar could provide such ability instead of having to create a custom one like I did.
The text was updated successfully, but these errors were encountered: