SkeletonViewExtension

public struct SkeletonViewExtension<ExtendedType>

Type that acts as a generic extension point for all SkeletonViewExtended types.

  • Stores the type or meta-type of any extended type.

    Declaration

    Swift

    public private(set) var type: ExtendedType { get }
  • Create an instance from the provided value.

    Declaration

    Swift

    public init(_ type: ExtendedType)

    Parameters

    type

    Instance being extended.

  • Returns a string that describes the hierarchy of the skeleton, indicating whether the receiver is skeletonable and all skeletonable children.

    Declaration

    Swift

    var skeletonTreeDescription: String { get }
  • Undocumented

    Declaration

    Swift

    var isSkeletonActive: Bool { get }