views:

8

answers:

0

my FirstViewcontroller has few plist properties that needs to pass to SecondViewController with its own plist properties. The "LastViewController" needs to take both plist properties from First and Second VC, together with user input to calculate the weight of a given item.

I am missing a link between First and Second VC.

didSelectRowAtIndexPath pushes Second VC with its properties but properties from First VC get overwritten.

Can somebody please tell me if this is too broad of a question? THX

What am I missing? Need Help? Thanks in advanced!