All I wan't is to display a UIPickerView
at the bottom of a UITableViewController
.
The problem is I can't just add the picker as subview, since it's a UITableView
. badum tss.
The UIActionSheet
hack also won't work since iOS 7 so don't have any more ideas.
Did anyone else had the same issue and can help me figure it out?