I gave up on trying to get a UIPickerView to work properly on a UITableView.
In a previous post, I had mentioned how I was having problems with this not working out for me.
I was having two problems with the UIPickerViews I created:
- The UIPickerView did not not respond to gestures
- The UIPickerView did not fill out to the full width of the screen
So instead of spending any more time on this, I took a look at other applications that have the same workflow for this and I decided to use a separate table view to replace the picker wheel.
And now, I keep on marching… coding along…
Just keep coding, just keep coding…