ElaWorkshop / TagListView

Simple and highly customizable iOS tag list view, in Swift.
MIT License
2.64k stars 492 forks source link

limit number of rows #242

Closed iAmrSalman closed 3 years ago

IPOSDai commented 4 years ago

Why I get the version that is 1.4.0?

iAmrSalman commented 4 years ago

Why I get the version that is 1.4.0?

I am sorry @IPOSDai I don't understand what version?

IPOSDai commented 4 years ago

Why I get the version that is 1.4.0?

I am sorry @IPOSDai I don't understand what version?

NO maximumRowsCount property: pod 'TagListView', '1.4.0'

iAmrSalman commented 4 years ago

NO maximumRowsCount property: pod 'TagListView', '1.4.0'

Okay @IPOSDai this pull request didn't get merged yet (hopefully it does 🤞)

But for time being if you want to use this feature, just use my fork instead simply replace pod 'TagListView', '1.4.0' with pod 'TagListView', :git => "https://github.com/iAmrSalman/TagListView".

But remember to switch back once this pull request is merged.

IPOSDai commented 4 years ago

Okay, Thanks .