On iOS 14, the sidebar in the Calendar app appears to be the primary controller of a split view controller of style UISplitViewControllerStyleDoubleColumn.
The state of the Calendar sidebar is controlled by three bar button items: the Calendars button, the Inbox button, and the Today button.
When the sidebar is visible, these buttons appear in the navigation bar of the sidebar. When the sidebar is closed, the three buttons animate to the secondary controller's navigation bar.
How do you specify the buttons such that they animate on show/hide?
Steve
The state of the Calendar sidebar is controlled by three bar button items: the Calendars button, the Inbox button, and the Today button.
When the sidebar is visible, these buttons appear in the navigation bar of the sidebar. When the sidebar is closed, the three buttons animate to the secondary controller's navigation bar.
How do you specify the buttons such that they animate on show/hide?
Steve