如何编写字体大小、顶部、高度、宽度的表达式。。。在加速器合金项目中使用TSS
'.myLabel': {
backgroundColor: '#fff',
height: Ti.Platform.displayCaps.platformHeight / 2,
width: (Ti.Platform.displayCaps.platformWidth + 50) / 2
}
在TSS中不能进行这样的计算。您可以在控制器中执行此操作,并将值分配给每个元素,或者在alloy.js中使用全局变量进行计算并分配该变量。看看这篇博客文章:https://www.tidev.io/2014/10/22/how-to-use-expressions-in-tss/