Update Tabman with recent bugfixes (#868)

* Update Tabman with recent bugfixes

* remove debug code
This commit is contained in:
Ryan Nystrom
2017-11-06 09:01:46 -05:00
committed by GitHub
parent eb0e887f09
commit 0851d198d7
15 changed files with 215 additions and 71 deletions

View File

@@ -71,11 +71,8 @@ NewIssueTableViewControllerDelegate {
override func viewSafeAreaInsetsDidChange() {
if #available(iOS 11.0, *) {
super.viewSafeAreaInsetsDidChange()
} else {
// Fallback on earlier versions
}
setNeedsScrollViewInsetUpdate()
print("safe area insets changed")
}
// MARK: Private API