zekunyan / TTGTagCollectionView

Useful for showing text or custom view tags in a vertical or horizontal scrollable view and support Autolayout at the same time. It is highly customizable that most features of the text tag can be configured. 标签流显示控件,同时支持文字或自定义View
http://tutuge.me
MIT License
1.89k stars 260 forks source link

tag设置渐变色无效 #117

Open rzshuo opened 3 years ago

rzshuo commented 3 years ago

版本2.1.0 系统 iOS15

改成 [_label.layer insertSublayer:gradientLayer atIndex:0];这种,才能正常显示渐变色,但是tag的文字就盖住了。

WX20210923-154030@2x