Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我遇到了与iOS8 中的 MFMessageComposeViewController 问题相同的问题,但该解决方案对我不起作用。任何人都有想法从哪里开始?
原来它是实现已弃用属性的编译框架之一。一定要喜欢过时的代码.....
框架的罪魁祸首。
@implementation UIViewController (UIViewController_Additions) -(BOOL)canBecomeFirstResponder { return YES; }