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
No you can't have text with different styles in standard UILabel. What you'll probably need to use is NSAttributedString and some custom solution to display them. Check this question for some possible options.