设置代理: 例如: // 以UIPickerView为例 picker.dataSource = self; picker.delegate = self; picker.showsSelectionIndicator = YES; // 这个弄成YES, picker中间就会有个条, 被选中的样子 picker.autoresizingMask = UIViewAutoresizingFlexibleWidth