KLCPopup
KLCPopup copied to clipboard
Cannot dismiss when showing animation is in progress.
Calling dismiss immediately after calling show shows the popup and never dismisses it.
Here too. The UIView
category methoddismissPresentingPopup
also doesn't do anything. Tapping on the popup does remove it. Setting showType
to KLCPopupShowTypeNone
does resolve the issue, but I would have liked to show the show animation. Dismissing the popup from the didFinishShowingCompletion
seems to be working.