mapbox-navigation-ios icon indicating copy to clipboard operation
mapbox-navigation-ios copied to clipboard

Stylable UI components should be documented.

Open MaximAlien opened this issue 4 years ago • 1 comments

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.

MaximAlien avatar Nov 11 '21 02:11 MaximAlien

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.

1ec5 avatar Nov 12 '21 16:11 1ec5