Drilldown tableview + uipickerview
Hello people,
I've a uitableview and i populate that with an .plist includes childrens.
I want to include a uipickerview into my detailview. In my didselectforrow: method for my uitableview i use currentLevel == 0 to get the childrens string shown up in my detailview.
I wqnt to fill my pckerview in titleForRow: method with those children strings. I can't reach them with the standard return [dictionary objectForKey:@"days"];.
I'm stuck with filling the uipickerview with the strings from the .plist.
Can anyone help me out with these?
|