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
Hi, this is a great library, i have notice that the viewWillAppear method is not called in the parent view (the one that present the view) when the MaryPoppin view is dismissed, it's normal? how i can load information that i load in the parent view when viewWillAppear is called to refresh it?
The text was updated successfully, but these errors were encountered:
Thank you. Yes, it is normal because the library uses UIViewController containment to present the popin view, so the parent view never really disappear.
However, you can extract your data loading code in viewWillAppear in a public method that you can use both in viewWillAppear (for the normal use case) and in the popin completion block (you have a reference to the parent view).
Does that answer your question ?
Hi, this is a great library, i have notice that the viewWillAppear method is not called in the parent view (the one that present the view) when the MaryPoppin view is dismissed, it's normal? how i can load information that i load in the parent view when viewWillAppear is called to refresh it?
The text was updated successfully, but these errors were encountered: