开发者

How do i add a main menu before accessing a UITableView?

I have built an application that revolves around UITableView, Core Data and XML. Now that the app is almost complete i want to add a main menu before accessing the t开发者_如何学编程ableView. The main menu will then allow you to navigate to the table and other functions. What is the easiest way to go about doing this? I'm confused about how to change the inital file that is loaded.


One suggestion would be to add a navigation controller and a new view which will serve as your 'main' view and show your menu. Then in response to the 'menu' choices you could push your existing table view or other views that you might want to show.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜