I want to add background image to my email composer. I am using MFMailComposeViewController. I have tried getting the subviews of MFMailComposeViewController, it just returns two subviews i.e., a UINavigationBar and a NavigationTransitionView. NavigationTransitionView further conatins all the view for mail composer. I tried to customize that view but am unable t do it still. I tried getting its subviews but it returned nil.
Can any one please help me with this?
1 Answer