I have a view controller. In this view controller is content that appears in an orderly fashion. I also have a table view controller. Each cell in the table view is supposed to cause the other view controller to display a specific portion of the controller.
Is it possible to do this? If so, how? Also, would creating separate view controllers and programming my app to initiate one view controller after the preceding one's content has been displayed be a better idea?
Is it possible to do this? If so, how? Also, would creating separate view controllers and programming my app to initiate one view controller after the preceding one's content has been displayed be a better idea?