mapbox / mapbox-navigation-ios

Turn-by-turn navigation logic and UI in Swift on iOS
https://docs.mapbox.com/ios/navigation/
Other
861 stars 310 forks source link

Guidance cards should be stylable #2175

Open vincethecoder opened 5 years ago

vincethecoder commented 5 years ago

Break out the core functionality in Style to a Stylable protocol. That way, we could extend this card styling in InstructionsCardStyle and provide day style and night style for cards.

Tasks:

/cc @frederoni @mapbox/navigation-ios

JThramer commented 4 years ago

The Instructions Cards style files should be combined with DayStyle and NightStyle, and we need to integrate the UIAppearance mechanism into the new additions.