Reputation: 53
I want to create a DashBoard in my Application like that https://i.sstatic.net/uDwlf.png. The DashBoard has a UINavigationController and a UITabBarController, if i click on one of this buttons it will be push to the specific UIViewController and activate the current Tab Item and also it has UINavigationItem for back to the DashBoard. like that https://i.sstatic.net/2wCmq.png
Upvotes: 0
Views: 1678
Reputation: 16827
You can look at the Three20 launcher. It's pretty much exactly what you're looking for. Its documentation says this
Three20 provides an open-source implementation of the standard app launcher control found on all iOS devices. The Launcher supports reordering and deletion of items, custom column and row counts, and multiple pages of content. It also works on the iPad.
Upvotes: 1