Hi
I'm rather new to iPhone development, and am wondering how to load multiple views from a single controller.
I come from a c# background and still trying to get my head around how things work in ObjC and the iPhone worlds.
As a basic example of what I am trying to achieve, lets say I have a ClockController, the clock controller has the base methods for calculating the time.
Now what I want to do is have this controller capable of rendering any number of views which support the ClockContollers underlying interface.
Lets say I have one view that renders the clock as a digital output and another that renders it as an analog display (basic example I know).
How would one achieve this?
Sorry if this is a very basic question, but I am quite new at this.
Thanks in advance