【发布时间】:2010-12-10 08:06:49
【问题描述】:
I am using a UISplitViewController in my application. In this SplitViewController on the left hand side i have A NavigationController and on right side i have a DetailViewController.
On my navigation controller i have UITableViewController which is used for navigating through the hierarchy of data.
当我从表中选择一个记录(单元格)时,我想在详细视图控制器上显示它的详细信息。
I want the data to be displayed in following format:
Name: Matthew
Age: 24
City: Newyork
My problem is, i dont know how to add more than one column in the UITableView.
Another question is that how to edit the values from this table?
I want to edit the cells from table.
For example, i want to edit the details from above table to:
Name: George Matthew
Age: 24
City: Newyork
In short i want to place labels in the forst column and text boxes in the second column of my table.
Please help me out.
谢谢, 尼哈
【问题讨论】:
标签: ipad uitableview xamarin.ios