Add the ability to hide the Feeds when in three panel mode
This commit is contained in:
parent
eab67ae88a
commit
139cc4b236
|
@ -1458,6 +1458,8 @@ private extension SceneCoordinator {
|
||||||
|
|
||||||
configureDoubleSplit()
|
configureDoubleSplit()
|
||||||
installTimelineControllerIfNecessary(animated: false)
|
installTimelineControllerIfNecessary(animated: false)
|
||||||
|
masterTimelineViewController?.navigationItem.leftBarButtonItem = rootSplitViewController.displayModeButtonItem
|
||||||
|
masterTimelineViewController?.navigationItem.leftItemsSupplementBackButton = true
|
||||||
|
|
||||||
// Create the new sub split controller and add the timeline in the primary position
|
// Create the new sub split controller and add the timeline in the primary position
|
||||||
let masterTimelineNavController = subSplitViewController!.viewControllers.first as! UINavigationController
|
let masterTimelineNavController = subSplitViewController!.viewControllers.first as! UINavigationController
|
||||||
|
|
Loading…
Reference in New Issue