6

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?

Sheehan Alam
  • 60,111
  • 124
  • 355
  • 556

1 Answers1

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:

enter image description here

Other than that, Xcode 4 dropped support for IB plugins.

Moshe
  • 57,511
  • 78
  • 272
  • 425