I'd love to rip out GKActionSheetPicker and use SEK in its place. It should have an "OK" button and a "Cancel" button and appear at the bottom of the screen. It probably makes the most sense to take all of the functionality that makes this work (currently in OBAArrivalDepartureOptionsSheet) and move it into a new view controller, and then render that VC inside of a SEK panel.
Here's the aesthetic I'd like to capture, except that the panel would have a picker view in it instead of an image and some text:
I'd love to rip out GKActionSheetPicker and use SEK in its place. It should have an "OK" button and a "Cancel" button and appear at the bottom of the screen. It probably makes the most sense to take all of the functionality that makes this work (currently in
OBAArrivalDepartureOptionsSheet
) and move it into a new view controller, and then render that VC inside of a SEK panel.Here's the aesthetic I'd like to capture, except that the panel would have a picker view in it instead of an image and some text: