views:

9

answers:

0

Hi , i use a UIPickerView in my root view of UINavigationController . And i used one button, when i pressed it, pass the data(shows in picker) to the next level view of navigation controller. How should i do this? Thank you!

And can you tell me the right way to manage data or share data among multi-viewControllers. Thanks.