Removing #available conditionals (#1578)

This commit is contained in:
Luciano Almeida
2018-02-27 03:24:08 -03:00
committed by Ryan Nystrom
parent 63417aefc5
commit 83a2ffe6bd
16 changed files with 43 additions and 94 deletions

View File

@@ -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