MonoTouch.Dialog StyledStringElement

Posted

技术标签:

【中文标题】MonoTouch.Dialog StyledStringElement【英文标题】: 【发布时间】:2013-03-31 14:10:43 【问题描述】:

大家好!

如何在 MonoTouch.Dialog 中设置/访问 StyledStringElement 的 DetailTextLabel?

【问题讨论】:

【参考方案1】:

第二个参数是详细文本值。请注意,您必须指定支持详细文本的单元格样式(第三个参数) - 默认单元格样式不显示详细文本值。

new StyledStringElement ("Default", "Invisible value", UITableViewCellStyle.Default),
new StyledStringElement ("Value1", "Aligned on each side", UITableViewCellStyle.Value1),
new StyledStringElement ("Value2", "Like the Addressbook", UITableViewCellStyle.Value2),
new StyledStringElement ("Subtitle", "Makes it sound more important", UITableViewCellStyle.Subtitle),
new StyledStringElement ("Subtitle", "Brown subtitle", UITableViewCellStyle.Subtitle) 
    DetailColor = UIColor.Brown

请参阅MT.Dialog sample app,了解此代码的实际操作示例。

【讨论】:

以上是关于MonoTouch.Dialog StyledStringElement的主要内容,如果未能解决你的问题,请参考以下文章

Monotouch.Dialog - 哪个元素被点击

MonoTouch.Dialog StyledStringElement

DateTimeElement (Monotouch.Dialog) 上缺少后退按钮

Monotouch.Dialog MultiLineElement

输入上方的 Monotouch.Dialog EntryElement 标签

MonoTouch.Dialog:在后台设置 StyledStringElement 的图像