开发者

How to add a toolbar to a UIPickerView subclass?

开发者 https://www.devze.com 2023-03-16 09:44 出处:网络
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 p开发者_Go百科icker view as part of

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 p开发者_Go百科icker 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"

0

精彩评论

暂无评论...
验证码 换一张
取 消