up vote 1 down vote favorite
share [g+] share [fb]

Is it possible to extend the interface builder's attribute inspector with additional attributes for custom classes inheriting from UIView?

link|improve this question

78% accept rate
feedback

1 Answer

up vote 5 down vote accepted

Not at the moment.

Interface Builder allows you to implement custom inspectors for your objects by means of an Interface Builder Plugin. However, IB Kit doesn't currently support making plugins for iPhone OS. Only plugin development for Mac OS is currently supported.

link|improve this answer
Is this still the case today? – Pascal Bourque Sep 26 '11 at 13:56
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.