Skip to content
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

Send objects as parameters in goTo #22

Open
juancruzmdq opened this issue Apr 18, 2016 · 1 comment
Open

Send objects as parameters in goTo #22

juancruzmdq opened this issue Apr 18, 2016 · 1 comment

Comments

@juancruzmdq
Copy link

Hi,
Can I send an instance of an object as parameters when I go to an specific url?, for example when I call

[(AppDelegate *)[[UIApplication sharedApplication] delegate] goTo:@"morecomplexexample://list2/%@/modal", self.appLinkRoutingParameters[@"itemID"]];

Thanks

@ipodishima
Copy link
Contributor

Hi,

Nop. Best thing is to retrieve the object from your store from it's ID
BTW, it allows you to open the app with a ressource you don't have and fetch it on server to refresh the view :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants