addItems(_:)
Appends pasteboard items to the current contents of the pasteboard.
Declaration
func addItems(_ items: [[String : Any]])Parameters
- items:
An array of dictionaries. Each dictionary represents a pasteboard item, with the key being the representation type and the value being the object associated with that type.