Quote:
Originally Posted by hijinks
Hey I'm having some issues getting a UIPickerView to overlay a UITableView
|
I am having a similar issue. I tried creating a separate view controller that would hold the picker view and the array that would populate it.
After creating the view I would try to add it as a subview to the table and it did nothing. Even when I would try to bring the subview to the front, it did nothing.
Since this is in a navigation controller I was able to get something to work where the picker is in a completely seperate view that is pushed into the stack, but I would much rather prefer it just slides up from the bottom on top of the table view.
Were you able to figure this out?
Thanks.