You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'completionHandler' is deprecated: first deprecated in iOS 8.0 - Use completionWithItemsHandler instead.
Because of this, from UIActivityViewController.h:
@property(nonatomic,copy) UIActivityViewControllerCompletionHandler completionHandler NS_DEPRECATED_IOS(6_0, 8_0, "Use completionWithItemsHandler instead."); // set to nil after call
@property(nonatomic,copy) UIActivityViewControllerCompletionWithItemsHandler completionWithItemsHandler NS_AVAILABLE_IOS(8_0); // set to nil after call
The text was updated successfully, but these errors were encountered:
In
NYTPhotosViewController.m
, this line:throws this warning:
Because of this, from
UIActivityViewController.h
:The text was updated successfully, but these errors were encountered: