我喜欢像这个屏幕一样实现UI。
如您所见,当我触摸特定单元格时,pickerview会出现在该单元格的底部。 它位于两个细胞之间。而pickerview似乎不是细胞的子视图。
我该如何实现?我不知道从哪里开始...
答案 0 :(得分:4)
当用户使用此方法点按cell
时,您可以插入包含UIPickerView
的新cell
-
- (void)insertRowsAtIndexPaths:(NSArray *)indexPaths withRowAnimation:(UITableViewRowAnimation)animation
另外,您需要仔细处理data structure
UITableView
填充{{1}}。
你可以结帐这个回购,它可能对你有所帮助 - https://github.com/saadnib/InsertPickerInTableView