objective c - Adding a UIPickerView to a UITableView cell -


I am trying to add a pickerView to a line in my table view, but after doing this, I see That's a black rectangular inside the cell - (UITableViewCell *) TableView: (UITableView *) Table View CellForAreAntpand: (NSIndexPath *) Indexing Pathith {STANDAL NSString * MyIdentifier = @ "MyIdentifier"; UITableViewCell * cell = [TableWeek Recoverable CellWithIdentifier: MyIdentifier]; If (cell == blue) {cell = [[[UITABLE VIACL ALLOC] InitVithframe: CGRxeroRece Identifier: MyDenFIFEER] AutoEques]; PickerView = [[[UIPickerView alloc] initWithFrame: CGRectMake (0.0, 0.0, 200, 300)] autorelease]; [Cell.contentView addSubview: PickView]; }}

I have no clue how to solve it. Can anyone help me, please?

It may help:

Comments