perform(withItems:)
Manually performs the service on the provided items.
Declaration
func perform(withItems items: [Any])Parameters
- items:
The items to share.
Discussion
In most cases this will display a sharing window.
Manually performs the service on the provided items.
func perform(withItems items: [Any])The items to share.
In most cases this will display a sharing window.