EditorContentType
public enum EditorContentType
Type of EditorContent
-
Undocumented
Declaration
Swift
case text(name: EditorContent.Name, attributedString: NSAttributedString)
-
Undocumented
Declaration
Swift
case attachment(name: EditorContent.Name, attachment: Attachment, contentView: UIView, type: AttachmentType)
-
Undocumented
Declaration
Swift
case viewOnly