cocostudio的ImageView怎么添加ui.newTTFLabel

local image = ImageView:create()

local text = ui.newTTFLabel({ text = “多行文本” })

使用 addNode 添加

我想在ImageView里添加一个多行文本,以前的UITextArea不能用,CCLabelTTF,请问还有什么控件吗?

quick-2.2.5-plus 版本