UISplitViewController Examples

Is there any sample code available for the new column-style of UISplitViewController that was introduced in iOS 14?
Answered by Developer Tools Engineer in 614977022
I checked with our documentation team, and there is no updated sample code available at this time, but they pointed me to the updated docs for UISplitViewController saying that these should be helpful.
Accepted Answer
I checked with our documentation team, and there is no updated sample code available at this time, but they pointed me to the updated docs for UISplitViewController saying that these should be helpful.
Not official, but I found this awesome sample project on GitHub: https://github.com/marcosatanaka/sidebar-ios14

It's very basic but gives a good idea of how to generally setup a UISplitViewController as root view and implement a Sidebar. It also gives some sample code for the new ways of setting up UICollectionViewCellRegistration and section snapshots with DiffableDataSource!
UISplitViewController Examples
 
 
Q