Newbie Q.
In my MainViewController, which is the first visible view.
I have a Circle class (no XIB) which subclasses UIView and overrides the draw method to draw a circle. Hello-World simple.
In the MainViewController how do I add the custom class I wrote so that it appears programatically?
Do I need to do anything besides overriding the draw method in Circle?
ian