Robert Norris

Results 2 comments of Robert Norris

@patchthecode I have a use case. ![image](https://user-images.githubusercontent.com/2595920/91293456-4fe9f780-e798-11ea-8781-c824bd08bd15.png) 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...