Monotouch:Monotouch.Dialog中的几个列?

时间:2011-11-17 19:45:10

标签: xamarin.ios monotouch.dialog

我需要制作一个列表/视图(有几列),如...

Name      Age  Gender
---------------------
John       39    Male
Susan      19  Female  

如何在Monotouch中制作这样的列表/视图?

是否可以使用Monotouch.Dialog?

万分感谢!!!

:) 魔

1 个答案:

答案 0 :(得分:3)

执行此类操作的最佳方法是创建custom UITableViewCell。要使用MT.Dialog执行此操作,您需要创建自定义元素。

这解释了如何create a custom MonoTouch.Dialog Element