Hello,
I have an existing iPhone View Controller with a corresponding view (via nib) that displays an interactive graph. The user can touch a cursor point to move along the curve and get data corresponding to the touch point.
Now, I'd like to create a new screen that is a kind of "compare" screen the combines two of these existing views. So, a user can see two graphs of different curves and interact with each separately. I think it would be fine if the exact existing views were used, just resized to fit in half the space.
Any opinions on what's the best way to approach this while maximizing reuse?