Questions tagged [nsextension]

3 questions
1
vote
0 answers

How to show progress for `NSExtensionRequestHandling` on macOS for Finder?

Writing a Finder extension / Quick Action (see https://developer.apple.com/documentation/appkit/app_extensions/add_functionality_to_finder_with_action_extensions) I happen to have a long-running operation showing "Estimate time remaining...". I am…
Holtwick
  • 1,849
  • 23
  • 29
0
votes
0 answers

In iOS is it possible to have a Share Extension predicate that further restricts text to only numbers

I am using a Share Extension in my iOS app. I want to be able to accept only text that consists only of numbers. Is it possible to achieve this with NSExtensionActivationRule predicate? I have come across this code below but would like to see if…
alionthego
  • 8,508
  • 9
  • 52
  • 125
0
votes
0 answers

NSExtension that passes image and launches app?

My app opens images and I am making it available as a system wide Image More Actions menu with a NSExtension. This works using a UIViewController that conforms to ShareExtensionViewController. The problem is the view controller runs as a sub-window…
Jeshua Lacock
  • 5,730
  • 1
  • 28
  • 58