So I'm trying to get attributed text with various colors to display on a UIView. My variables are
NSMutableAttributedString *myString;
UILabel *myLabel;
UIView *myView;
First, I did the following in order to assign myLabel's attributedText to myString
[myLabel setAttributedText: myString];
Now I'm not entirely sure how to add myLabel to myView in order to make it so that the attributed text shows up. It seems that UIView's acknowledge UILabel textfields but not attributedtextfields