Questions tagged [nsitemprovider]
17 questions
0
votes
0 answers
how to use loadItemForTypeIdentifier to load an image
I have the following function which loads an image using the new PHPickerViewController:
- (void) picker:(PHPickerViewController *)picker didFinishPicking:(NSArray *)results
{
PHPickerResult *result = [results firstObject];
…

NSMoron
- 141
- 1
- 10
0
votes
1 answer
Get filename/path from NSItemProvider
My share extension for macOS takes image or video files.
I'd like to be able to access the filename (or path) for the NSItemProvider object.
I've figured I can use itemProvider.loadDataRepresentation() to get the data for the media. However its not…

user339946
- 5,961
- 9
- 52
- 97