I would like to set the backgroundView of the MFMailComposerViewController tableView. However I have been trying everything for about 30mins or so. I have managed to add the backgroundView as a subview to the MFMailComposerViewController’s view, but that covers the whole screen. Does anyone know how I could accomplish setting the backgroundView of it?
I would like to set the backgroundView of the MFMailComposerViewController tableView. However I have
Share
If you want your app to be accepted in the app store, don’t. It will probably get your app rejected. The documentation specifically states
If you’re not intending to submit your app to the app store, you’d have to dig around in the subviews (and possibly sub-subviews, etc.) of the controller and see if you can find the right one to manipulate the background on.