In my application I am displaying a text in my label like this
cell.lblUserDetails.text=[NSString stringWithFormat:@"%@ and %@ other likes your post", [dictionary valueForKey:@"username"], [dictionary valueForKey:@"CuriousCount"]];
Here I want to highlight Username and CuriousCount (in red color) and also username and CuriousCount should be clickable.