[Transfering data from one TableViewCell to another TableViewCell][1]
I have CountriesViewController
with tableView
where is a list of different countries. When I choose a country I want to get PlacesViewController
with tableView
which shows different locations in this country. When I choose another country in CountriesViewController
I want to get another list of locations related to this country.
Is it possible?
If somebody had any suggestions and can show some code examples it would be really great!
Thank you guys in-advance!