mirror of
https://github.com/zhigang1992/GitHawk.git
synced 2026-05-22 15:35:19 +08:00
Fixing topLayoutGuide and bottomLayoutGuide iOS 11 deprecated Warnings (#1510)
This commit is contained in:
committed by
Ryan Nystrom
parent
404aed0e07
commit
9a3b301dae
@@ -112,8 +112,7 @@ SearchBarSectionControllerDelegate {
|
||||
}
|
||||
return RepositoryEmptyResultsSectionController(
|
||||
topInset: 0,
|
||||
topLayoutGuide: topLayoutGuide,
|
||||
bottomLayoutGuide: bottomLayoutGuide,
|
||||
layoutInsets: view.safeAreaInsets,
|
||||
type: empty
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user