https://www.kairadiagne.com/2019/08/04/creating-a-master-detail-interface-with-uisplitviewcontroller
Kaira Diagne
Creating a master detail interface with UISplitViewController
A split view controller manages the presentation of two child view controllers in a two-column layout also called a master-detail interface. The view controller displayed in the left column is called the primary (master) view controller and the view controller…