My app works perfectly on the simulator, but not on my iPad. I have a UILabel (created programatically) that displays an NSAttributedString. The label itself appears, but the string won't display on the device (but works on simulator). I have confirmed through testing that the label will display a normal NSString, and I have also confirmed that if I create a UILabel with Interface Builder I can display attributed text in it.
The UILabel itself is a property of my view controller, declared with (strong, nonatomic).
I'm fairly new at this, so dumb mistakes are possible. Any idea what could be wrong?
Thanks.