ElaWorkshop / TagListView

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

Add Multiple tags takes huge time to add. #232

Open shashi-kiwi opened 5 years ago

shashi-kiwi commented 5 years ago

HI , I am using this library.It's great but i stuck a one point.I am passing a array of 1300 records of string for creating Tags .I am calling addTags() it is taking huge time complete.Please suggest something to achieve this. Thanks in Advance.

FrankWu100 commented 5 years ago

I face the same problem, it would cause CPU loading go high, and let UI lag (table view).

zubingala commented 5 years ago

I'm facing the same issue as well. Does anyone has solution for the same? I have 10k records.

lionnner commented 4 years ago

how to fix it? any one?

shubham14896 commented 3 years ago

did any one solved this