Is it possible to extend the interface builder’s attribute inspector with additional attributes for custom classes inheriting from UIView?
Is it possible to extend the interface builder’s attribute inspector with additional attributes for
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.