Swiftagram Documentation

Structure Section

public struct Section: Wrapped  

A struct defining a valid tag/location section.

%199 Section Section Wrapped Wrapped Section->Wrapped

Nested Types

Section.Offset

A struct defining a valid posts offset.

Section.Collection

A struct defining a collection of Sections.

Conforms To

Wrapped

Initializers

init(wrapper:​)

public init(wrapper: @escaping () -> Wrapper)  

Init.

Parameters

wrapper @escaping () -> Wrapper

A valid Wrapper.

Properties

wrapper

public var wrapper: () -> Wrapper

The underlying Response.

items

public var items: [Media]?  

Media in the response.