How to use UIKeyboardAppearanceDark
with SLComposeViewController
?
The SLComposeViewController
class presents a view to the user to compose a post for supported social networking services.
SLComposeViewController *controller = [SLComposeViewController composeViewControllerForServiceType:SLServiceTypeTwitter];
[self presentViewController:controller
animated:YES
completion:nil];
SLComposeViewController Class Reference
Ugly!
This is how the light keyboard looks with a dark background:
Mockup!
This is how the dark keyboard looks with a dark background: