Sunday, 15 April 2012

ios - Calling an extension from the host app -



ios - Calling an extension from the host app -

so i'm writing app demo share extension i've written, i'm not quite sure how display extension menu in photos app. have code got off reference website, it's not displaying anything.

nsextensioncontext *context = [[nsextensioncontext alloc] init]; [self beginrequestwithextensioncontext:context];

is there other things need besides passing in input items?

you need follow guide on over apple's website. i'm not sure if want share extension, action extension, or photo editing extension. in each case, need specify nsextensionpointidentifier and/or nsextensionattributes in plist file.

if had created extension template xcode 6, should automatically configure you.

ios objective-c share ios8 ios-app-extension

No comments:

Post a Comment