In my Xcode 4.2 storyboard, i have 2 UIViewControllers, This one time and In band camp
- In
This one time, i have aUIButtonwith “silly name” on it - In
In band camp, i have aUILabelwith “label” on it
Considering that we’re dealing with 2 separate classes AND we’re in Xcode 4.2 using storyboards (where transition between views is setup via a segue) how can i pass “silly name” from view controller This one time to the label in view controller In band camp?”

Inside the method, check if identifier of segue matches “AwesomeSegue” – if yes, use the destinationViewControllerObject