RSDTransitionStyle

public struct RSDTransitionStyle : RawRepresentable, Codable, Hashable

The type of transition style to use for displaying a UI component.

  • Declaration

    Swift

    public let rawValue: String
  • Declaration

    Swift

    public init(rawValue: String)
  • TODO: syoung 07/14/2018 Work with Robert and Joshua to determine appropriate terms.

    Declaration

    Swift

    public static func allStandardTypes() -> [RSDTransitionStyle]