SwiftagramCrypto Documentation

Structure User​Tag

public struct UserTag: Wrapped  

A struct representing a UserTag.

%191 UserTag UserTag Wrapped Wrapped UserTag->Wrapped

Conforms To

Wrapped

Initializers

init(wrapper:​)

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

Init.

Parameters

wrapper @escaping () -> Wrapper

A valid Wrapper.

init(x:​y:​identifier:​)

public init(x: CGFloat, y: CGFloat, identifier: String)  

Init.

Parameters

x CGFloat

A CGFloat. Values are adjusted to fall between 0.001 and 0.999.

y CGFloat

A CGFloat. Values are adjusted to fall between 0.001 and 0.999.

identifier String

A String representing a user identifier.

Properties

wrapper

public var wrapper: () -> Wrapper

The underlying Response.

identifier

public var identifier: String!  

The user identifier.

x

public var x: CGFloat!  

The x relative position inside the canvas.

y

public var y: CGFloat!  

The y relative position inside the canvas.