rsattar / CLTokenInputView

A replica of iOS's native contact bubbles UI
MIT License
504 stars 127 forks source link

CLTokenInput does not increase it height #52

Closed fukemy closed 5 years ago

fukemy commented 6 years ago

Hello. I put using the same code in your sample application to write my app. But I dont know why the height of CLTokenInputView does not increase although token always add to it. I put my video here

Plz help. CLTokenInputProblem.mov.zip

albarq commented 5 years ago

I have solved out this issue by

self.tokenInputView.frame.size.height = self.tokenInputView.intrinsicContentSize.height

fukemy commented 5 years ago

too late bro....