I want to create a page which should have a map on the top and 5 row tableview at the bottom. So i created UIViewController put my Map View then put TableView. I created myV
Set the dataSource of the tableview.
tableview.dataSource = self tableview.delegate = self