Reputation: 3129
I would like to get an effect similar to this:
I wonder how to put the tab with the buttons at the top of the UIPickerView. What would be the best solution? I also would like to hide the picker, so the bar would also need to be hidden. I have some ideas, but I have a feeling that they are not the best ones. Could you share with me your opinion? It would be much appreciated!
Thanks!
Upvotes: 0
Views: 279
Reputation: 64428
You need to create a superview to hold both the pickerview and the toolbar. You can then hide or show the pickview or toolbar within the superview or hide everything by hiding the superview.
Upvotes: 1