Fixing topLayoutGuide and bottomLayoutGuide iOS 11 deprecated Warnings (#1510)

This commit is contained in:
Luciano Almeida
2018-02-11 21:40:27 -02:00
committed by Ryan Nystrom
parent 404aed0e07
commit 9a3b301dae
10 changed files with 21 additions and 30 deletions

View File

@@ -112,8 +112,7 @@ SearchBarSectionControllerDelegate {
}
return RepositoryEmptyResultsSectionController(
topInset: 0,
topLayoutGuide: topLayoutGuide,
bottomLayoutGuide: bottomLayoutGuide,
layoutInsets: view.safeAreaInsets,
type: empty
)
}