Closed nflows closed 5 years ago
Hey there! Thanks for the heads up, I will check as soon as possible. Thx!
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Sry, reopening this as it is still valid.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hi Orderella I'm using this awesome library for a while now and i run into some struggles.
If you init a PopupDialog with a custom viewcontroller and you don't set the panGestureDismissal property to false, then the presented PopupDialog calls the viewWillAppear method on each swipe/pan gesture. So if you call that property "panGestureDismissal" it should dismiss that one not only call viewWillAppear or do i misunterstand something here?
It is getting very strange and confusing if you are implementing a TableView. The rows / cells editing methods are not called properly - because the viewWillAppear blocks the process.