I'm using XCode4 and using the awesome TTTAttributedLabel class. I've created an NSObject and set its class to TTTAttributedLabel. I can't seem to add this to my View. How can I do so?
Asked
Active
Viewed 2,633 times
1 Answers
6
If your class subclasses a standard control, then you can edit the class in the right panel. Here's how you'd change the class of a UILabel:
Other than that, Xcode 4 dropped support for IB plugins.

Moshe
- 57,511
- 78
- 272
- 425
-
Perfect! Thanks for the screenshot too it speaks a thousand words. – Sheehan Alam Jun 28 '11 at 23:46
-
I did the same but I'm getting "Unknown class TTTAttributedLabel in Interface Builder file" – Burak Nov 07 '12 at 16:29