How can I add a custom Object in Interface Builder? How can I add a custom Object in Interface Builder? xcode xcode

How can I add a custom Object in Interface Builder?


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.