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

为什么最后一行宽度总是不对啊,怎么设置都无效 #124

Closed 542604974 closed 2 years ago

542604974 commented 2 years ago

191656466541_ pic

542604974 commented 2 years ago

alignment试了个遍, _textTagCollectionView1.manualCalculateHeight = YES; _textTagCollectionView1.preferredMaxLayoutWidth = SCREEN_WIDTH - kIntervalDistance14 * 2; 都试了

542604974 commented 2 years ago

发现了是horizontalSpacing问题,我设置了就出现这种情况

zekunyan commented 2 years ago

请给出完整复现Demo