OneBusAway / onebusaway-iphone

OBA development has moved!
https://github.com/OneBusAway/OBAKit
Apache License 2.0
219 stars 117 forks source link

Replace GKActionSheetPicker with SwiftEntryKit #1384

Closed aaronbrethorst closed 3 years ago

aaronbrethorst commented 6 years ago

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: