当触摸细胞时,使uipickerview出现在细胞之间

时间:2013-07-15 03:31:48

标签: ios uitableview uipickerview

我喜欢像这个屏幕一样实现UI。

如您所见,当我触摸特定单元格时,pickerview会出现在该单元格的底部。 它位于两个细胞之间。而pickerview似乎不是细胞的子视图。

我该如何实现?我不知道从哪里开始...

screenshot

1 个答案:

答案 0 :(得分:4)

当用户使用此方法点按cell时,您可以插入包含UIPickerView的新cell -

- (void)insertRowsAtIndexPaths:(NSArray *)indexPaths withRowAnimation:(UITableViewRowAnimation)animation

另外,您需要仔细处理data structure UITableView填充{{1}}。

你可以结帐这个回购,它可能对你有所帮助 - https://github.com/saadnib/InsertPickerInTableView