Now I have a table view. It have several rows. In one row, when I click on it, it should popup a picker view from bottom. After choosing, clicking the done button, it would be hidden. And value I picked in the picker should be passed to the row view.
All values in the picker was designed in a NSArray defined in .m file.