Override UIAppearance property for MFMailComposeViewController

前端 未结 3 1335
[愿得一人]
[愿得一人] 2020-12-09 04:34

I am using the UIAppearance protocol to set the background image of UINavigationBar objects throughout my app.

[[UINavigationBar appearance] setBackgroundIma         


        
3条回答
  •  旧巷少年郎
    2020-12-09 04:43

    The Mail Composer view is run in a different process under iOS 6 and cannot be tampered with directly (since the view is essentially inside another app). You cannot customize what it shows, it's the same for the Twitter & Facebook views.

    Here is a more detailed description of remote view controllers: http://oleb.net/blog/2012/10/remote-view-controllers-in-ios-6/

提交回复
热议问题