I'm looking for a library that makes it dead-simple to present a UIPickerView (or other custom view) by having it slide in from the bottom of the screen, like a keyboard or actionsheet. It should support placing a toolbar above the picker (with custom buttons), and it should have options for dismissing the picker (like tapping outside the picker, etc.)
I know how to code this up for any given view controller, but I'm looking for a generic solution that is reusable, with minimal impact on the presenting controller.
Does this exist? I couldn't find one...