سؤال

The MFMailComposeViewController translucency property does not work.

MFMailComposeViewController *mailView = [[MFMailComposeViewController alloc] init];
mailView.navigationBar.translucent = NO;

[self presentModalViewController:mailView animated:YES];
هل كانت مفيدة؟

المحلول

It wont work because it is a seperate app thats shown and not really a local view.

Apple uses the concept of Remote VCs that appear to be in your app but are infact own 'apps':

http://oleb.net/blog/2012/10/remote-view-controllers-in-ios-6/

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top