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 whenever a view is full screen and either has outlets/actions and/or subviews.