Ulises García
Ulises García

Reputation: 85

Making a Custom Navigation, the best way?

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?

enter image description here

Upvotes: 1

Views: 107

Answers (2)

WKC
WKC

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

Simon McLoughlin
Simon McLoughlin

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

Related Questions