CooperRS / RMPickerViewController

This is an iOS control for selecting something using UIPickerView in an UIAlertController like manner
MIT License
381 stars 51 forks source link

Show from custom toolbar #17

Closed bnelson796 closed 9 years ago

bnelson796 commented 9 years ago

I have a custom View at top of page. Custom toolbar. How would i show from a label from that view in iPad mode?

CooperRS commented 9 years ago

You may take another look at the demo project. The method openPickerController: of RMViewController is responsible for showing the picker view controller.

From line 94 to 99 you can find a method for opening the picker view controller from a specific rect. This method is only available on iPads.