I have a tabViewController with two view controllers, a map and a UIListView. I want to pass the current map region center to the listView controller but currently that requires the user to tap the UIListView controller first, then go back to the map, and then back to the listview controller in order for the map region center value to be passed.
Im sure there is a simple and elegant way of solving this, I'm just not sure how.