12

I'm looking for ideas how to implement ViewController which will manage views same way as iOS 7 Safari is managing tabs. I have to present multiple views in which are almost the size of full screen device. If anybody have other ideas I would appreciate that

ninja_iOS
  • 1,183
  • 1
  • 13
  • 20

2 Answers2

8

Here is the what you are looking for.

Good luck

fyasar
  • 3,996
  • 2
  • 42
  • 55
0

I would suggest to try using a UIScrollView to display your views. In order to create the 'perspective' look, you can apply a transformation for your views. For more information about this, you can check out this post How do I apply a perspective transform to a UIView?.

Community
  • 1
  • 1
Stefan Filip
  • 1,791
  • 3
  • 15
  • 25