Custom UI Objects
Hi. I need to be able to create custom objects. I have done this in other languages by just creating a class and inheriting from an object for example Image object in C#.
Is it possible to this is with xcode and interface builder.
I need to create an object named Chip. which is inheriting from UIImage.
and add an attribute called chipAmount.
and then load the image path depends on the chip amount any way to do this?
Thank You
|