我对不同的控制状态和使用小数大小有ASButtonNode
疑问attributedTitle
。标题向左移动。
如果我为按钮使用磅值,我的行为是正确的。
我正在跑步texture/asyncDisplayKit 2.8.1
。
/* Set title */
testButton.setAttributedTitle(NSAttributedString(string: "NORMAL"), for: .normal)
testButton.setAttributedTitle(NSAttributedString(string: "HIGHLIGHTED"), for: .highlighted)
/* styling */
/** This works
* testButton.style.width = ASDimensionMake("120pt")
**/
testButton.style.width = ASDimensionMake("30%")
testButton.style.height = ASDimensionMake(120)
点击按钮后,标题不应向右移动。我错过了什么吗?
高亮状态后
高亮状态之前