2013-07-15 165 views

回答

4

您可以插入一個新的cell包含在cell一個UIPickerView當用戶水龍頭使用這種方法 -

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

也爲這個你需要仔細處理你的data structure,你正在填寫你的UITableView

您可以檢出該回購協議,它可以幫助你 - https://github.com/saadnib/InsertPickerInTableView

+0

謝謝!我會試試.. – synthresin

+0

謝謝你的代碼! – synthresin

+0

快樂編碼:-) – saadnib

相關問題