Design-time properties in IB?
Posted
by Krumelur
on Stack Overflow
See other posts from Stack Overflow
or by Krumelur
Published on 2010-05-09T15:03:41Z
Indexed on
2010/05/09
15:08 UTC
Read the original article
Hit count: 236
Coming from the .NET world into ObjC and iPhone development, I'm used to providing design-time support for my UI classes. For example, say that I have a custom button class with a color property. I want to be able to set this color in design time from IB. How can I accomplish this? Is it even possible? Worth the effort?
© Stack Overflow or respective owner