从底部向上滑动 UITableView

Swipe up UITableView from bottom

我真的很想用 MapView 作为背景,TableView 作为前景:http://youtu.be/ZrZ_B7DRqdo。有人知道这样做的方法吗?

我建议遵循此 tutorial but be aware, there is an underlying bug in iOS8 using this solution which you can solve easily like others did in this answer

另一种可能性是使用 github 中可用的 SCStackViewControllers 库,它将提供多个示例,说明如何在多个 UIViewcontroller.

之间堆叠和动画转换