Presenting a view controller inside UIDocumentPickerExtensionViewController subclass overlaps the system navigation bar. The issue is only seen when compiled with Xcode 6.3 ( iOS 8.3 SDK ).
UINavigationController *navController = [[UINavigationController alloc] initWithRootViewController:myVC];
[self presentViewController:navController animated:NO completion:nil];
Any pointers would be helpful.