tags:

views:

244

answers:

1
A: 

First of all: Please fix the formatting of your answer. Use "Code Sample" for your Code to improve the readability. Thanks in advance.

Now a somehow general answer: I assume you want to switch to a completely new View (not a subview) so the first thing you probably need is a Navigation Controller or TabBarController to facilitate pushing / switching to new Views. Before switching / pushing the new View you could assign the selected values as properties to that new View after initialization but before switching to the new View.

Frank Martin