Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Making StepsViewController.init(routeProgress:) public #1167

Merged
merged 3 commits into from
Feb 27, 2018

Conversation

JThramer
Copy link
Contributor

This fixes #1146, where a user was unable to use a convenience initializer because of its internal protection level.

@JThramer JThramer added the bug Something isn’t working label Feb 27, 2018
Copy link
Contributor

@bsudekum bsudekum left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Quick doc addition and changelog entry would be 💯 too.

@JThramer JThramer merged commit 4b3fa5e into master Feb 27, 2018
@JThramer JThramer deleted the jerrad/steps-public-init branch February 27, 2018 23:09
@@ -5,6 +5,9 @@
#### Breaking Changes
* `NavigationMapViewDelegate` and `RouteMapViewControllerDelegate`: `navigationMapView(_:didTap:)` is now `navigationMapView(_:didSelect:)` [#1063](https://github.com/mapbox/mapbox-navigation-ios/pull/1063)

#### User Interface
* `StepsViewController` 's convienence initalizer (`StepsViewController.init(routeProgress:)`) is now public.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added a link to this PR in 1356176.

@JThramer JThramer self-assigned this Mar 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn’t working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Issues with StepsViewController
3 participants