【发布时间】:2019-08-18 07:07:17
【问题描述】:
我想在每行SegmentControl以编程方式中设置不同的标签文本颜色。
请检查我的参考。代码。
var arrColors = [
{"color":"white"},
{"color":"orange"},
{"color":"blue"},
{"color":"yellow"},
{"color":"gray"}
];
this.view.segCont.widgetDataMap = {lblColorName: "color"};
this.view.segCont.setData(arrColors);
我想做一些类似附加图像的事情。
提前致谢!!
【问题讨论】:
标签: temenos-quantum