I can do this from IB, but not in code. All it does it make it What am I doing wrong?
Also, another thing I was wondering about is that I have to set the background color of the text to clear manually by doing
If I dont change the background color it defaults to white. It seems like it should default to clear. Am I doing something wrong or is that just the way it is?
Code:
textToConvertLabel.font = [UIFont fontWithName:@"Helvetica Bold" size:17];
Also, another thing I was wondering about is that I have to set the background color of the text to clear manually by doing
Code:
textToConvertLabel.backgroundColor = [UIColor clearColor];
If I dont change the background color it defaults to white. It seems like it should default to clear. Am I doing something wrong or is that just the way it is?