Authored by Justin R. Miller

fixes for 6+

... ... @@ -159,6 +159,11 @@
return [_mapView.viewControllerPresentingAttribution shouldAutorotateToInterfaceOrientation:interfaceOrientation];
}
- (NSUInteger)supportedInterfaceOrientations
{
return [_mapView.viewControllerPresentingAttribution supportedInterfaceOrientations];
}
#pragma mark -
- (void)dismiss:(id)sender
... ...
... ... @@ -3829,7 +3829,7 @@
[transitionContext completeTransition:YES];
}];
// TODO: fix landscape orientation
// TODO: fix landscape orientation - https://devforums.apple.com/message/873505
}
@end
... ...