You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great to have a way to be notified when then popin is dismissed by clicking outside of the popin. Perhaps register a block to be called upon dismissal?
Great library!!
The text was updated successfully, but these errors were encountered:
Thank you.
This is a good idea. As we already have a completion block, I think it will be simpler to add a parameter indicating how the popin has been dismissed.
This would give something like that :
I am not sure how the above changes would be useful if the popin is dismissed by tapping outside the popin. Anyway I solved this problem by sending an NSNotification at - (void)viewWillDisappear:(BOOL)animated;
It would be great to have a way to be notified when then popin is dismissed by clicking outside of the popin. Perhaps register a block to be called upon dismissal?
Great library!!
The text was updated successfully, but these errors were encountered: