I added Google maps (I just inserted the code into the .m file), maps are reflected normally, but nothing else can be added, in particular, nav bar. It turned out that everything else is reflected under the map - how to fix it?
- (void)viewDidLoad { [super viewDidLoad]; UINavigationBar *navbar = [[UINavigationBar alloc]initWithFrame:CGRectMake(0, 0, 320, 50)]; //do something like background color, title, etc you self [self.view addSubview:navbar]; // Do any additional setup after loading the view. [GMSServices provideAPIKey: