You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The example app in the v1.0 pre-release branch in will crash if you select "Custom UI" as the option when starting a nav session.
I believe the issue is the XIB file for the CustomViewController contains references to some view classes that have been renamed for Swift, specifically:
The example app in the v1.0 pre-release branch in will crash if you select "Custom UI" as the option when starting a nav session.
I believe the issue is the XIB file for the CustomViewController contains references to some view classes that have been renamed for Swift, specifically:
MBInstructionsBannerView -> InstructionsBannerView
MBNavigationMapView -> NavigationMapView
The text was updated successfully, but these errors were encountered: