i did segue with one property it works but the second property causes error “no known instance method for selector…”
how many variables one can initialize when segueing?
[segue.destinationViewController setID:1 setName:@"name"];
with either of the setters it works but no more than one. any idea why? and how to set more than property?
You can create an instance of the destinationViewController and edit that.
If you are working with a custom class you will need to do it slightly differently:
Sorry if there are any typos. I know this works because I have used it in multiple applications.