AttachmentEncoding
public protocol AttachmentEncoding
Describes an object capable of encoding contents of at Attachment
-
Undocumented
Declaration
Swift
associatedtype EncodedType -
Encodes given
Attachmentcontent view to given typeDeclaration
Swift
func encode(name: EditorContent.Name, view: UIView) -> EncodedTypeParameters
nameName of the content
viewAttachment content view
View on GitHub
AttachmentEncoding Protocol Reference