-
Notifications
You must be signed in to change notification settings - Fork 522
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How could you pass value to popUp? #57
Comments
@MaeseppTarvo did you find the answer? |
Hey there! Have a look at the example at #87. In this example, a reference to PopupDialog is passed to the custom view controller. Make sure to use a weak reference in order to avoid retain cycles. |
Hey @moonvader. I am not sure if I understand correctly. Could you please file a new issue with a more detailed description? Thanks! |
@mwfire thank you - I already found what I needed |
@mwfire I've learned alot since I posted this stupid "issue". I suggest you to learn delegates to do the think you want. This question("issue") is not related to this library at all. |
Hey! I would like to know, how you are able to pass value to popUp vc if you are using customVC. Because if you do like this it doesn't work:
The text was updated successfully, but these errors were encountered: