CreationKit Documentation

Enumeration Messages​View​Controller.​Attachment​Options

public enum AttachmentOptions  

Used to enable/disable the attachment types you want to support for sending.

Member Of

MessagesViewController

A ViewController subclass for displaying conversation interfaces.

Enumeration Cases

photo

case photo

To support images. If you want both videos and images, use photoAndVideo.

video

case video

To support videos. If you want both videos and images, use photoAndVideo.

photo​And​Video

case photoAndVideo

To support images and videos.

location

case location

To support location.

Properties

all

public static var all: Set<AttachmentOptions>  

All available attachment options