Robert Norris
Results
2
comments of
Robert Norris
@patchthecode I have a use case.  This is a UIToolbar housing an instance of the JTAppleCalendarView limited to a single row. The date range is only 7 days and...
@patchthecode I see you respond quickly :-) I came up with a solution. In my viewDidLoad, I scrollToDate, and from within its completionHandler, I selectDates and then scrollToItem. It would...