I have always sort of wondered when to use a UIView vs. a UIViewController on the iPhone.
I understand that you shouldn\'t use a UIViewController unless it\'s a full
I use UIViewController for showing View on full Screen.
For better control on custom view I prefer subclass of UIViewController instead of UIView, earlier I was using UIView for making custom sub class.