Alternate Top Banner Instructions#2149
Merged
Merged
Conversation
…card view layout.
…he recenter button was tapped.
…collection view's width.
…rth with expected results.
…t might be consumed in refreshing the remaining steps.
…structions card view.
…oved commented out code. Refactored hardcoded cell identifier. Deleted the computed extension on Route residing within the card collection.
…uctions-card # Conflicts: # MapboxNavigation/NavigationInteractionDelegate.swift # MapboxNavigation/NavigationViewController.swift # MapboxNavigation/RouteMapViewController.swift
…uctions-card # Conflicts: # MapboxNavigation/RouteMapViewController.swift
1ec5
reviewed
Aug 2, 2019
| instructionsCardView.updateDistanceFromCurrentLocation(distance) | ||
| instructionsCardView.step = step | ||
|
|
||
| // TODO: Merge Instructions Card, Lanes & Next Banner View Instructions |
Contributor
There was a problem hiding this comment.
To do: figure out what this to-do means.
1ec5
reviewed
Aug 3, 2019
added 5 commits
August 9, 2019 14:38
…rmittently not update.
JThramer
approved these changes
Aug 15, 2019
Contributor
|
Posterity: This PR should be good to merge. Multi-leg support for guidance-cards, tracked in #2176, will be follow-on tail work, and as such all classes in this PR are marked /cc @mapbox/navigation-ios |
Contributor
|
Still getting failures on the Xcode 10.2 / iOS 12.2 CI bot: The test fixture was generated in Xcode 10.3 with an iOS 12.2 simulator. |
Contributor
Contributor
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


This effort creates a custom top banner instructions a.k.a
Instructions Cards. This subscribes to the top banner configured in the route options used in creating a Navigation ViewController.This top banner instructions component permits customization of the prototype card size, displayed instructions and the desired card style.
TODO
Add snapshot tests for cards with next banner and lane indication(s) instructionsProvide the ability to customize the data sent to thedataSource/cc @JThramer @frederoni @1ec5 @d-prukop @okoriep