objective c - Multiple PickerView in UITableView on iOS 7 -
with ios 7 apple suggest use uidatepicker , uipickerview inline within uitableviewcell
showed here: ios 7 - how display date picker in place in table view?
i have table view n rows dynamically allocated. each row represent object fetched core data. want display uipickerview
below each row user tapped in let user select in range of values.
i've thought adopt apple's way , insert uipickerview
every 2 rows it's pretty weird , causes issues. how can 'follow' normal succession retrieving each object main nsarray
_list
contains each object fetched core data?
is there 'better' way implement without having insert tons of uipickerview
?
this image explains better, hope.
take @ sample code linked to. don't insert picker every other row. there 1 picker appears below input row you're editing. picker appears during editing.
after read code, maybe ask more specific question...?
Comments
Post a Comment