ios - Disabling Custom Appearance For MFMessageComposeViewController -


when user inputs name recipients portion of mfmessagecomposeviewcontroller, recipients bar, turns black , vanishes. user can still send message, input text , other stuff, can't see recipients bar.

i have feeling may (or may not) because navigation bar of mfmessagecomposeviewcontroller customized (background image , custom font).

1. navigation bar's custom appearance set entire app, how disable mfmessagecomposeviewcontroller?

2. there other reason glitch? ios7 bug?

so yes, problem here because using uiappearance proxy uinavigationbars.

so solved problem?

rather trying change mfmessagecomposeviewcontroller, more of app on own, customized own app.

rather using [uinavigationbar appearance], used [uinavigationbar appearancewhencontainedin:[somenavigationcontroller class], nil]

i think simple if can this, because trying customize mfmessagecomposeviewcontroller can pretty annoying.

everything above applies mfmailcomposeviewcontroller.


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -