I've got a simple form of mostly EntryCell values that works perfectly for a TableView with a Form intent. I'd also like to put a picker within the table to match the layout of the rest of the columns.
I can put a ViewCell and use a custom layout, but it just doesn't look quite right.
What is the right way to get a Picker added to a table so it follows the same layout as an entry cell with the label on the left and the picker on the right?