iphone - MFMailComposer view does not suit with the color theme of my app -
does know how can send mail without presenting mfmailcomposerview?
or
is there way can add background image on mfmailcomposerview?
i tried changing backgroud color. doesn't work. thing change navigationbar tint color
code:
mfmailcomposeviewcontroller *picker = [[mfmailcomposeviewcontroller alloc] init]; picker.mailcomposedelegate = self; picker.navigationbar.tintcolor=[uicolor blackcolor]; picker.view.backgroundcolor=[uicolor browncolor];
thanks in advance!
from apple documentation:
important: mail composition interface not customizable , must not modified application. in addition, after presenting interface, application not allowed make further changes email content. user may still edit content using interface, programmatic changes ignored. thus, must set values of content fields before presenting interface.
Comments
Post a Comment