Bookmark indicator fix

This commit is contained in:
Chris Li 2017-01-19 11:13:43 -05:00
parent dacfc2c583
commit 88242027f4

View File

@ -19,6 +19,7 @@ class TableOfContentsController: UIViewController, UIScrollViewDelegate, UITable
var headings = [HTMLHeading]() {
didSet {
configurePreferredContentSize()
visibleHeaderIndicator.isHidden = headings.count == 0
tableView.reloadData()
}
}