KLCPopup icon indicating copy to clipboard operation
KLCPopup copied to clipboard

Need a delegate for didDismiss

Open benjaminhallock opened this issue 10 years ago • 1 comments

I will try to fork it and submit a pull request, but I really want to have a call back so I know when it was dismissed.

benjaminhallock avatar Sep 19 '15 03:09 benjaminhallock

Why not just use the built in method setDidFinishDismissingCompletion

[self.popup setDidFinishDismissingCompletion:^{ //DO SOMETHING HERE WHEN THE POPUP IS DISMISSED }];

ghost avatar Feb 13 '17 15:02 ghost