Combining NavigationController with ScrollView and PageControl
Hello,
I am trying to develop a small application that will incorporate both a NavigationController, ScrollView and PageControl.
Basically what I want is a MainView with the NavigationControl and Views that I can scroll using the Scroll View. I want the navigation control to be something like a master page where only the views keep changing but the navigation stays. I know that the navigation controller hold the views in a stack and can only show one at a time.
Is this thing possible?
Regards,
Shay
|