如何在SLComposeViewController中使用UIKeyboardAppearanceDark?
SLComposeViewController类为用户提供了一个视图,用于撰写支持的社交网络服务的帖子.
- SLComposeViewController *controller = [SLComposeViewController composeViewControllerForServiceType:SLServiceTypeTwitter];
- [self presentViewController:controller
- animated:YES
- completion:nil];
SLComposeViewController Class Reference
丑陋!
这是浅色键盘在深色背景下的外观:
小样!
这是黑暗键盘在深色背景下的外观: