tutuge.zekunyan
tutuge.zekunyan
@rlogical-techsoft A good idea...I will think about it and maybe add this feature in the next version. Thank you for your idea !
I will write it this week~
@iZeDeveloper I can add this feature to the next version. For more details, you want to scroll to a tag by its index ?
A PR can be great ~
Great idea, you can make a pull request.
什么字体适配?详细描述清楚,这样的issue我咋知道是啥=。=
你可以提个MR哈哈~~
Extend the `TTGTagCollectionView` and make your own Tag class.
I will add this feature to the next version today.
The new version `2.4.1` released. Now you can setup the `accessibilityX` property in TTGTextTag instance. ``` // Auto set accessibilityLabel value tag.enableAutoDetectAccessibility = YES; // Manual tag.isAccessibilityElement = YES; tag.accessibilityLabel...