teodorpatras / EasyTipView

Fully customisable tooltip view in Swift for iOS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can check EasyTipView is visible/appear?

thepinyo opened this issue · comments

Can check EasyTipView is visible/appear?

Keep an instance for the created view (weak reference), and check it's null or not. When dismissing, the view will be removed from the superview after animation completes. This will set the weak variant to null.

thank