質問

I'd like to show in an iPad application an UITableView and the result of clicking on Cell in the same View. I'm able to show one of them, but not both at the same time. Here's the design idea:

Screen design

So when I click a cell, the chart will change.

Thanks in advance, everything is welcome!

Cheers

役に立ちましたか?

解決

A UITableView can be used as a subview attached to any UIViewController, so this shouldn't be a problem. You will need to make your view controller handle the data source and delegate methods, as well as the detail view and any other elements.

他のヒント

What you want can be accomplish by using a UISplitViewController.

You can also take a look at the "Master Detail Application" Template provided by apple.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top