Recreating iPhone stock application with nested views

Posted by john on Stack Overflow See other posts from Stack Overflow or by john
Published on 2010-05-05T18:34:33Z Indexed on 2010/05/05 18:38 UTC
Read the original article Hit count: 224

I am trying to create an app similar to the Yahoo Stocks app that comes on the iPhone, with the split-screen interface (table on the top, graph on the bottom). I'm struggling with the view hierarchy.

What is the easiest way to implement a split-screen type of application. I basically want two views nested in a parent view. My problem is a little bit more complex because I want functionality like having a uipagecontrol (does this require another viewcontroller, or is simply implemented in the initial view controller)?

To what degree do I need to use IB? I would prefer to do this all in Xcode. Thanks in advance!

© Stack Overflow or respective owner

Related posts about iphone

Related posts about uiview