1

I would really like to do this with a MapView as background, and a TableView a foreground: http://youtu.be/ZrZ_B7DRqdo . Does anybody know a way to do this?

Wain
  • 118,658
  • 15
  • 128
  • 151
Edi
  • 55
  • 1
  • 5

1 Answers1

0

I would recommend following this 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.

Another possibility is using SCStackViewControllers library available in github which will provide multiple examples on how to stack and animate transitions between multiple UIViewcontroller.

Community
  • 1
  • 1
Benjamin Jimenez
  • 984
  • 12
  • 26