Xcode 4.3 Storyboard query
Hi, I’m relatively new to Xcode and am completely confused by the variety of solutions to this innocuous question, none of which are working for me in a Storyboard setup. In most non Obj C languages this is a three line solution.
If I have variable X in view A how do I pass X to view B intact?
Could someone point me to robust solution for a limited number of variables in Xcode 4.3 using Storyboards.
I have another similar query at the other end of the spectrum where I need to pass several hundreds of pieces of data to other views. Do I write then to a temp file…
TIA
HY, You need implement in the sender view controller the:
function, and you can pass the data in the function body like: