我如何设置Monotouch Dialog部分的样式?

时间:2012-02-03 11:43:09

标签: xamarin.ios monotouch.dialog uitableview

我想像这样设置Monotouch Dialog Section 的样式(将蓝色背景更改为我自己的图像)...

enter image description here

我该怎么做?

由于

1 个答案:

答案 0 :(得分:4)

您需要将Section的HeaderView设置为新的UILabel对象。 UILabels是UIView的后代,因此它们非常适合这种情况。

确保将背景设置为黑色,将字体设置为所需的字体,并将帧大小设置为(320,22)。 MonoTouch使用该帧大小来计算标题应该有多大。