I've create a subclass of UIView which just has drawRect overridden. For simplicity's sake I am not creating a UIView in Interface Builder to represent what will be my subclass, but am rather wanting to just create an instance of it in my UIViewController code.I've create a subclass of UIView which just has