recherche

Maison  >  Questions et réponses  >  le corps du texte

ios - NSAttributedString 链接如何指定多种颜色?

怪我咯怪我咯2772 Il y a quelques jours652

répondre à tous(2)je répondrai

  • 黄舟

    黄舟2017-04-17 13:29:24

    http://www.cnblogs.com/taintain1984/p/3550525.html

    这篇文章可以解决你现在问题,描述的很详细

    répondre
    0
  • 高洛峰

    高洛峰2017-04-17 13:29:24

    [attributeString setAttributes:@{NSForegroundColorAttributeName:[UIColor redColor], NSLinkAttributeName:[NSURL URLWithString:@"http://www.google.com"] } range:[str rangeOfString:@"红色"]];
    

    répondre
    0
  • Annulerrépondre