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

How to add multiline support for a text in a tag. #114

Closed rohita-personatech closed 1 year ago

rohita-personatech commented 3 years ago

How to add multiline support for a text in a tag.

zekunyan commented 3 years ago

@rohita-personatech Set maxWidth in TTGTextTagStyle

barkiiqbal commented 2 years ago

@zekunyan It's not working for me, I set maxWidth and maxHeight to 0 still text is not expanding to multi lines. Any guide. thanks

zekunyan commented 2 years ago

@barkiiqbal Supporting multiline will mess up the current design. You can make you own "Text Tag View" based on TTGTagCollectionView from the bottom.

haiderTkxel commented 2 years ago

@zekunyan Multiline is not working for me also.

iamsenzy commented 2 years ago

@zekunyan Can you add numberOfLines to the style for the label?

zekunyan commented 2 years ago

The numberOfLines needs maxWidth at the same time. And it will be very strange when each text tag has different height in each row...