if you want to avoid this UI conflict you have to apply this line.
optionPicker.backgroundColor = [UIColor whiteColor];
In ios 7.0 tableview cell has white color by default you can change it using this line.
[cell setBackgroundColor:[UIColor clearColor]];

No comments:
Post a Comment