简体   繁体   中英

Page control and Navigation Controller?

I would like to know if it's possible to add in the same view a page control and a navigation controller, and if so if there are somebody who can point me into the right direction?

Really what I need is a table view to show my data, with a navigation controller and a page control that allow you to go to the next table view where there are more data related to the first table.

I have been trying to do it with pageControl from apple developer, but with no success. Here is the link: http://developer.apple.com/library/ios/#samplecode/PageControl/Introduction/Intro.html

And I've been trying with PanelTableView https://github.com/honcheng/PanelTableView , but I can't make it work.

I made PanelTableView. What is it that you can get to work?

If you want the next table view to show more data related to the first table view, sounds like PanelTableView is not suitable for you. I think you just want to display more info when you click on a row? Isn't the drilldown sample by Apple suitable for what you want?

Maybe you can make your question clearer if I misunderstood you.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM