I'm trying to understand how can I achieve a scrollview like Foursquare app uses. The map y position follows the revenue list when scrolling.
- UIScrollview with the map + a list of revenues as UIViews or
- UITableView using the map as HeaderSection and revenues as UITableViewCell (I tried that, but the map reloads after scrolling table) or
- Separating Map from UITableview and syncing map position with table list?