Hi,
As in the above image, My viewcontroller class has a customnavigationbar, when I am trying to compose an email using MFMailComposeViewController, the navigationbar of MFMailComposeViewController view is getting covered by but my custom navigationbar. So I was unable to click on the "Cancel" and "Send" button's.
I tried both self.navigationController.navigationBarHidden = YES & [[self navigationController] setNavigationBarHidden:YES animated:NO]
but the navigation bar just won't go away. Anyone have suggestions for this?