Closed herotheone closed 6 years ago
https://github.com/herotheone/myAdMobProject
This is the repo as an example project.
Hey @herotheone,
have a look at https://github.com/mwfire/PopupDialogCustomExample You should be able achieve what you are aiming for by passing a weak reference of PopupDialog to your custom view controller.
Does that help?
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.
I am initializing my secondViewController like this. See below.
I want to call a function on mainVC from this dialog. That means i need to pass data back from this dialog. I can't use protocols and delegates unless i called the "performSegue" function which covers full size.
Do you have any idea how to pass data back to mainVC and run a function ?