I prototyped using the UIDatePicker (in UIKit) for a designer. Out of the box, it works well without a lot of code:
The UI/UX designer was wondering if we could mimic how Apple's Calendar app displays the calendars:
Where the Inline calendar appears to expand into a cell filling the bounds.
I don't see how to control the frame or how the Calendar can be "told" where it is displayed?
Can this be done? (iOS 15+)
Thanks, Scott