I get this error : 'completionHandler' is deprecated: first deprecated in iOS 8.0 - Use completionWithItemsHandler instead.
Here is the code I used -
avc.completionHandler = ^(NSString *activityType, BOOL completed){
if (completed) {
for some reason I get it in Cardcell.m. It makes my build fail.
Here is the full code incase you would like a look at it.