Archived
Fixed one source of the large title jumping bug when refreshing, made collectionviews fit to insets as to not cut into the notch on iPhone X and successors
This commit is contained in:
@@ -32,6 +32,7 @@ class InfoViewController : UIViewController {
|
||||
|
||||
override func viewDidLoad() {
|
||||
super.viewDidLoad()
|
||||
self.extendedLayoutIncludesOpaqueBars = true
|
||||
self.navigationController?.navigationBar.topItem?.title = NSLocalizedString("information", comment: "")
|
||||
let layer = contentView.layer
|
||||
layer.cornerRadius = 12.0
|
||||
|
||||
Reference in New Issue
Block a user