1

I wants to share some text from my apple watch application to social media OR messaging apps . I found something from here - presentTextInputControllerWithSuggestions:allowedInputMode:completion:

I can able to show my text but not getting option to share my text like we found in UIactivityviewcontroller or share extension .

Anupam Mishra
  • 3,408
  • 5
  • 35
  • 63

1 Answers1

0

The method presentTextInputControllerWithSuggestions:allowedInputMode:completion: is useful to input text, for example by using voice input or by choosing from a list of suggestions.

If you want to share the selected text with someone else, send it to the iPhone app using the method openParentApplication... (more details here). Then on the iPhone, you have many possibilities that WatchKit currently does not offer.

Community
  • 1
  • 1
John
  • 8,468
  • 5
  • 36
  • 61