rsattar / CLTokenInputView

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

Incorrect height of TokenInputView #48

Open hemantkadam opened 7 years ago

hemantkadam commented 7 years ago

In few cases (like the one in attached screenshot) the height for particular TokenInputView is incorrect. Can anyone tell me whats wrong and how can I fix this? This screenshot is taken from same this very project. simulator screen shot 17-apr-2017 12 12 40 pm

DebanjanChakrabortyCN commented 7 years ago

That's because the UITextfield is present there. As soon as a CLToken is added, it generates a CLTokenView which is added to the top and shifts the UITextField down