I want to use a Date Picker inside a TableViewCell but it shows some empty field - look the attached image.
What is it and how to remove that empty field?
What do we see on screen ? A cell (a row of the table) ?
Is there a single row in your table ?
Looks like we see the cell background, but it is hard to say with such limited view.
You could try different solutions :
- reduce the width of the tableView (date Picker has a fixed width)
- make tableView background transparent (and may be the cell background as well).