I want to create my own custom button without using any interface builder.
Actually i wants to set all my properties/attribute(Like frame,color,size,label etc.) separate in a NSObject class.Then from my UIView class i want to draw them .
How can i do it as i am never use NSObject class?
Any sample application or example to do this?