I’ve created a UIPickerView subclass, I’ve completed the implementation of the picker view itself.
What I would like to do however is to add a toolbar above the picker view as part of the new class. How and where should I do this in the subclass implementation?
I would add both the picker and the toolbar to another view and use that as your “control”