I have one label which have a Dynamic string data e.g: \"I am Mohit\" .I want to make only \"am\" in bold.Is it Possible in iphone? if yes please give me suggestion.Thanks in ad
Not with UILabel. Suggest 2 labels, or subclass. Many related answers, including this.
UILabel