I am working on a realtime mission critical decision making application, there are 3 pieces of data: 2 of the data are best stored in table views and 1 piece of data is just a bunch of summary information stored in uilabels that display properties at runtime and the command buttons for the user to do some actions.
I'm trying the best way to layout the data so the user is able to see all of it at one time without flicking back and forth. I am running into some problems right now having a UIScrollView within a UIScrollView.
( whole thing wrapped ina UISCrollView)
|--------------------------
| UI VIEW |
---------------------------
UITABLEVIEW | UITABLEVIEW
I'm trying the best way to layout the data so the user is able to see all of it at one time without flicking back and forth. I am running into some problems right now having a UIScrollView within a UIScrollView.
( whole thing wrapped ina UISCrollView)
|--------------------------
| UI VIEW |
---------------------------
UITABLEVIEW | UITABLEVIEW