Reputation: 85
I am trying to do a similar menu to the app for iPhone that has USA Today, I thought about making a UIViewController within 2 UIView dividing screen, on the left side the buttons and right hand side a UITableView, am I correct or is there another way to do it?
Upvotes: 1
Views: 107
Reputation: 11
It could be an illusion portrayed by GFX/photoshop design, in which the developer would only need one view and just insert an image to make that illusion. This would then allow for IBActions to be assigned to each text label.
Upvotes: 0
Reputation: 8465
There are many open source libraries for these types of control online.
https://github.com/Inferis/ViewDeck
https://github.com/mikefrederick/MFSideMenu
https://github.com/romaonthego/RESideMenu
just to name a few
Upvotes: 1