Closed krutikazoodmall closed 2 years ago
even though I have added numberOfLines and countPerSection parameters, it is not displaying multiple lines for horizontal mode.
tagView.scrollDirection = .horizontal tagView.numberOfLines = 2 tagView.selectionLimit = 10
I need two lines .. each having maximum 10 tags
Can you provide the whole Demo code ?
ViewController.swift.zip
I don't have this problem.
this is vertical. I need horizontal.
The new version 2.2.0 fix this problem.
even though I have added numberOfLines and countPerSection parameters, it is not displaying multiple lines for horizontal mode.
tagView.scrollDirection = .horizontal tagView.numberOfLines = 2 tagView.selectionLimit = 10
I need two lines .. each having maximum 10 tags