ios - Navigating storyboard and sending data -


this link storyboard, want sent data vc 1 vc 3. can travel vc 1 vc 3 segue perfectly,but cant sent data vc 1 vc 3, cant create instance holding destination vc.

help appreciated

edit: vc1 firing

 [self performseguewithidentifier:@"firstseguefromleft" sender:self];  

this segue first segue left (topone) cannot sent data vc3 method, traveling it.

i getting error "unrecognized selector" when try access property declared in vc3 in prepareforsegue of vc1.

solved :

i able nsuserdefault. looked @ apple documentation @ how implemented , voila.


Comments

Popular posts from this blog

php - Submit Form Data without Reloading page -

linux - Rails running on virtual machine in Windows -

php - $params->set Array between square bracket -