forked from organicmaps/organicmaps
[iOS] Fixed topAnchor constraint in PhotosOverlayView
https://jira.mail.ru/browse/MAPSME-12754
This commit is contained in:
parent
504be4e0fa
commit
2d60d0d27a
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ final class PhotosOverlayView: UIView {
|
|||
navigationBar.items = [navigationItem]
|
||||
addSubview(navigationBar)
|
||||
|
||||
navigationBar.topAnchor.constraint(equalTo: self.topAnchor).isActive = true
|
||||
navigationBar.topAnchor.constraint(equalTo: self.safeAreaLayoutGuide.topAnchor).isActive = true
|
||||
navigationBar.widthAnchor.constraint(equalTo: self.widthAnchor).isActive = true
|
||||
navigationBar.centerXAnchor.constraint(equalTo: self.centerXAnchor).isActive = true
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue