Dismiss app extension after sending message

75 views Asked by At

I would like to hide my app extension after sending a message. Is this possible?

I looked online and couldn't find an answer.

1

There are 1 answers

0
Aaron Bratcher On BEST ANSWER

Use the viewController's dismiss() method. Not to be confused with dismiss(animated: completion:)