I had the same problem and applied this fix, it worked for me on iOS 8 and Xcode 6.
[_mapToolbarController setModalTransitionStyle:UIModalTransitionStylePartialCurl];
[self presentViewController:_mapToolbarController animated:YES completion:^{
[_mapToolbarController.view.superview addSubview:self.view];
}];
, _mapToolbarController , . , , . , , , . - , , iOS 8 iOS-, "" , . "" . , self.view - , .