ObjectItemSkeletonLoadingPattern

public enum ObjectItemSkeletonLoadingPattern

ObjectItemSkeletonLoadingPattern provides a set of predefined skeleton loading patterns for ObjectItem.

  • Predefined skeleton loading patterns for ObjectItem with one line.

    Declaration

    Swift

    public static let oneLine: ObjectItem
  • Predefined skeleton loading patterns for ObjectItem with two lines.

    Declaration

    Swift

    public static let twoLines: ObjectItem
  • Predefined skeleton loading patterns for ObjectItem with multiple lines.

    Declaration

    Swift

    public static let multiLines: ObjectItem
  • Predefined skeleton loading patterns for ObjectItem with generic content.

    Declaration

    Swift

    public static let generic: ObjectItem