TomTomSDKCommonUI+View

extension View

Important

This is a Public Preview API. It may be changed or removed at any time.
  • Declaration

    Swift

    @ViewBuilder
    public func conditionalShadow(_ shouldShow: Bool) -> some View
  • Declaration

    Swift

    @ViewBuilder
    public func hidden(_ shouldHide: Bool) -> some View
  • Declaration

    Swift

    @ViewBuilder
    public func overlay(show: Bool, height: CGFloat, overlayOpacity: Double) -> some View
  • Declaration

    Swift

    public func readSize(onChange: @escaping (CGSize) -> ()) -> some View
  • Declaration

    Swift

    public func cornerRadius(_ radius: CGFloat, corners: UIRectCorner) -> some View
  • Declaration

    Swift

    public func topEdgesRounded() -> some View
  • Declaration

    Swift

    @ViewBuilder
    public func wrapInScroll(_ wrap: Bool) -> some View