kodecocodes / swiftui-example-app-koober

Porting the example app from our Advanced iOS App Architecture book from UIKit to SwiftUI.
59 stars 11 forks source link

Adds dropoff location selection UI. #14

Closed RCacheaux closed 5 years ago

RCacheaux commented 5 years ago

Checklist

Description

Adds view for drop-off location selection.

image

darren102 commented 5 years ago

Does it need to have the chevron's on the right hand side?

RCacheaux commented 5 years ago

Does it need to have the chevron's on the right hand side?

Yup, the chevron's shouldn't be there, thanks! Pushed updated version that uses a Button instead of a NavigationButton.