teodorpatras / EasyTipView

Fully customisable tooltip view in Swift for iOS.
MIT License
3.07k stars 535 forks source link

Tip not dismissed automatically inside prototype table view cell #227

Open frameworker2019 opened 2 years ago

frameworker2019 commented 2 years ago

I have the situation that an textfield is presented via dynamic prototype cell of an table view. In this case calling the EasyTipView.dismiss() function does nothing. I have to tap the tip explicitely to dismiss it.

In opposite, any textfields inside statical table view cells can be dismissed via dismiss() without a problem.

uwaisalqadri commented 1 year ago

a year later and still not working