We would like to use two view controllers one for portrait(tableview) and another for landscape(mapview).
We can use protocol/delegate technique to share data between different orientations. The same data will be displayed in tableview or map view based on device orientation
Kindly suggest different techniques to share data between view controllers for orientation changes.