美文网首页
iOS 13 崩溃适配 2019-06-25

iOS 13 崩溃适配 2019-06-25

作者: iOS打怪升级 | 来源:发表于2019-06-25 17:35 被阅读0次
    1. Exception Name: NSGenericException
      Exception Reason: Access to UITextField's _placeholderLabel ivar is prohibited. This is an application bug
     [self.textField setValue:[UIColor colorWithHexString:@"0x9598a2"] forKeyPath:@"_placeholderLabel.textColor"];
    [self.textField setValue:font forKeyPath:@"_placeholderLabel.font"];
    

    相关文章

      网友评论

          本文标题:iOS 13 崩溃适配 2019-06-25

          本文链接:https://www.haomeiwen.com/subject/kmuxcctx.html