Fairly new to iPhone/Cocoa development, so I'm having difficulty adjusting.
I want to create a ViewController that has two separate subViews. Kind of how the TabViewController/NavigationController is set up, but I want to be able to control what's in the other portion as well (not to mention sizing, etc.). Either orientation is fine (top/bottom) or (left/right).
+--------+ +----+----+
| top | | l | r |
| | | e | i |
+--------+ | f | g |
| | | t | h |
| bottom | | | t |
+--------+ +----+----+