JTAppleCalendar icon indicating copy to clipboard operation
JTAppleCalendar copied to clipboard

Updated the sample app's "ViewController.swift" file to update the "m…

Open ChopinDavid opened this issue 5 years ago • 0 comments

…onthLabel" when the user clicks "next" or "previous". It appears that "didScrollToDateSegmentWith" alone, and not "willScrollToDateSegmentWith" is called when we use JTACMonthView.scrollToSegment. So I moved the code that updates the monthLabel text within didScrollToDateSegmentWith instead of willScrollToDateSegmentWith.

ChopinDavid avatar May 12 '20 22:05 ChopinDavid