Ios_ Strings Display different colors

Source: Internet
Author: User

Recently written code needs to display different colors depending on the content. Here, Mark, please.

To set the color:

NSString *contentstr = @ "Introduction: Hello World"; nsmutableattributedstring *str = [[nsmutableattributedstring alloc]initwithstring:contentstr]; Setting: Content within 0-3 units length is displayed in red [str addattribute:nsforegroundcolorattributename value:[uicolor Redcolor] Range:nsmakerange (0, 3)]; Label.attributedtext = str;

Implementation results:



Now the project has such an effect to achieve:


If shown, you need to make the numbers appear red. The problem is that sometimes the numbers are 2 digits or more, giving yourself a way to mark:


Ios_ Strings Display different colors

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.