【问题标题】:MFMessageComposeViewController iOS 8 issueMFMessageComposeViewController iOS 8 问题
【发布时间】:2014-09-30 19:38:46
【问题描述】:

我遇到了与MFMessageComposeViewController issues in iOS8 相同的问题,但该解决方案对我不起作用。有人知道从哪里开始吗?

【问题讨论】:

    标签: ios8 first-responder mfmessagecomposeview


    【解决方案1】:

    事实证明,它是实现已弃用属性的已编译框架之一。一定要喜欢过时的代码.....

    框架中的罪魁祸首。

    @implementation UIViewController (UIViewController_Additions)
    -(BOOL)canBecomeFirstResponder {
        return YES;
    }
    

    【讨论】:

      猜你喜欢
      • 2014-05-08
      • 2015-07-14
      • 1970-01-01
      • 1970-01-01
      • 2014-11-19
      • 1970-01-01
      • 2014-11-28
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多