0

我做了一个CALayer *sublayerover 主视图,然后我添加CATextLayer了 over sublayer

现在我想CATextLayer通过单击主视图上的按钮来显示文本。

我怎样才能做到这一点?

4

1 回答 1

0

使用 设置按钮操作-[UIButton addTarget:selector:forControlEvents:]:,然后在该函数中将CATextLayers 字符串属性设置为 anNSString或 an NSAttributedString

我提醒你,CATextLayer不尊重属性字符串上的段落设置,所以行高有点偏离,看起来不太好。

于 2012-08-17T07:11:52.153 回答