mapbox-navigation-ios
mapbox-navigation-ios copied to clipboard
Stylable UI components should be documented.
In scope of this ticket UI components, which are available publicly and marked with /// :nodoc: should be documented. Some examples include classes in Style.swift, WayNameView.swift, NextBannerView.swift etc.
In the process, we should ensure that the various class members are named according to Swift/Cocoa naming conventions. Some of them might be a bit rough. Renaming these members generally shouldn’t break backwards compatibility, except that we have documented some of them being used as part of a Style subclass.