JWPreload

@objc
public enum JWPreload : Int
extension JWPreload: CustomStringConvertible

Preloading behavior for content.

  • Preloading is enabled.

    Declaration

    Swift

    case auto
  • Preloading is disabled.

    Declaration

    Swift

    case none
  • Provides a string representation of the preload value.

    Declaration

    Swift

    public var description: String { get }