Added real support for sending multiple images (up to 5). Fixed bug when images weren't being resized. Introduced a category for NSItemProvider to easily track if the item was loaded or not.

This commit is contained in:
Aram Sargsyan
2017-08-22 19:52:32 +04:00
parent ed605c3842
commit 0e89f69ee4
4 changed files with 180 additions and 90 deletions
@@ -89,3 +89,10 @@
- (void)terminateExtensionCanceled:(BOOL)canceled;
@end
@interface NSItemProvider (ShareExtensionManager)
@property BOOL isLoaded;
@end