gpt4 book ai didi

iphone - Monotouch.Dialog:RadoElement block 的背景

转载 作者:行者123 更新时间:2023-11-29 04:09:04 25 4
gpt4 key购买 nike

(来自 MT 示例)

我有一个简单的对话框,显示甜点列表。当甜点被录制时,列表就会出现。但是,沙漠列表的样式与主视图不同,我为 tableview 设置了 background View 。

有没有办法设置沙漠列表桌面 View 背景的样式?

var root = new RootElement ("Meals") {
new Section ("Dinner"){
new RootElement ("Dessert", new RadioGroup ("dessert", 2)) {
new Section () {
new RadioElement ("Ice Cream", "dessert"),
new RadioElement ("Milkshake", "dessert"),
new RadioElement ("Chocolate Cake", "dessert")
}
}
}
}

最佳答案

您将需要创建 RootElement 的子类,并重写在呈现 Controller 之前调用的PrepareDialogViewController 方法。您可以在此处自定义背景。

关于iphone - Monotouch.Dialog:RadoElement block 的背景,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14695208/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com