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
Asked
Active
Viewed 3,517 times
2 Answers
8
-
very buggy and with comments in language I don't understand but gave me an idea how it should be done, thank you – ninja_iOS Jan 06 '14 at 16:51
-
@b3ginneriOS, I know its buggy. But its better than nothing ;) – fyasar Jan 06 '14 at 17:04
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