Skip to content

Commit bc98932

Browse files
OdNairygithub-actions[bot]
authored andcommitted
[maps-ios] Keep UINavigationBar on CustomLayerExample (#4852)
Fix missing UINavigationBar when we open the CustomLayerExample cc @mapbox/maps-ios GitOrigin-RevId: 912c5654fbd97965763e0085fd0476bd7587fe85
1 parent 9ba692c commit bc98932

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/Examples/All Examples/CustomLayerExample.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ final class CustomLayerExample: UIViewController, ExampleProtocol {
4040
}.store(in: &cancelables)
4141

4242
mapView.autoresizingMask = [.flexibleWidth, .flexibleHeight]
43-
navigationController?.isNavigationBarHidden = true
4443
view.addSubview(mapView)
4544
}
4645

0 commit comments

Comments
 (0)