MaplyLoadFrameMode

Objective-C

enum MaplyLoadFrameMode {}

Swift

enum MaplyLoadFrameMode : Int

How we load frames in the QuadImageFrameLoader Broad means we load 0 first and the on down Narrow means we load the frames around the current display first

  • Undocumented

    Declaration

    Objective-C

    MaplyLoadFrameBroad

    Swift

    case broad = 0
  • Undocumented

    Declaration

    Objective-C

    MaplyLoadFrameNarrow

    Swift

    case narrow = 1