mirror of
https://github.com/zhigang1992/GitHawk.git
synced 2026-05-10 04:44:14 +08:00
Removing #available conditionals (#1578)
This commit is contained in:
committed by
Ryan Nystrom
parent
63417aefc5
commit
83a2ffe6bd
@@ -52,9 +52,7 @@ SearchBarSectionControllerDelegate {
|
||||
|
||||
// set the frame in -viewDidLoad is required when working with TabMan
|
||||
feed.collectionView.frame = view.bounds
|
||||
if #available(iOS 11.0, *) {
|
||||
feed.collectionView.contentInsetAdjustmentBehavior = .never
|
||||
}
|
||||
feed.collectionView.contentInsetAdjustmentBehavior = .never
|
||||
}
|
||||
|
||||
// MARK: Overrides
|
||||
|
||||
Reference in New Issue
Block a user