Fixed rendering on phones with the notch by taking into consideration cell safe area insets.

This commit is contained in:
Maurice Parker
2019-04-20 11:25:02 -05:00
parent a9ef76d8fc
commit e31be75d95
4 changed files with 7 additions and 5 deletions

View File

@@ -489,6 +489,8 @@ class MasterViewController: UITableViewController, UndoableCommandRunner {
cell.delegate = self
if node.parent?.representedObject is Folder {
cell.indentationLevel = 1
} else {
cell.indentationLevel = 0
}
cell.disclosureExpanded = expandedNodes.contains(node)
cell.allowDisclosureSelection = node.canHaveChildNodes