I was wondering if it is possible to define a UILabel on a Xib file, and on that label define an attributed string with different fonts, styles, sizes, etc...
then wire up that label to a property, but NOT have it loaded on the self.view (because I just want the attributed string data to pass to another view)
when I gave this an attempt, and tried to access the property's "attributedString" variable, it gave me a nil value.
thanks