ImageSet
public struct ImageSet : Deserializable
An ImageSet is a collection of image URLs corresponding to different resizes of the same base image. These resizes are done by the Mappedin CMS, and you will get an image that is equal or the next step bigger than the size you specified, if available.
-
Declaration
Swift
public init(from buffer: inout BinaryDecoder) throws