I am beginning wit iOS and trying getting to understand how delegates work for passing data. I understand how to pass Data from ControllerA to ControllerB.
Now what would be the best approach for passing data from ControllerA to Controller B and then to ControllerC. Data would be exactly the same.
I have spent 3,4 hours and can't get a solution to this. I looked around and I did not find enough formation. A link to a sample would be also very helpful