SpeedLimitView

public class SpeedLimitView : UIView

A view that displays a speed limit and resembles a real-world speed limit sign.

  • The sign’s background color.

    Declaration

    Swift

    @objc
    public dynamic var signBackColor: UIColor { get set }
  • The color of the text on the sign.

    This color is also used for the border of an MUTCD-style sign.

    Declaration

    Swift

    @objc
    public dynamic var textColor: UIColor { get set }
  • The color of the border of a regulatory sign according to the Vienna Convention.

    Declaration

    Swift

    @objc
    public dynamic var regulatoryBorderColor: UIColor { get set }