Changes

Creating an iOS 8 Action Extension

25 bytes added, 18:31, 9 December 2014
no edit summary
}
</pre>
<google>BUY_IOS8</google>
Assuming that the host app has data of the required type, it can be loaded into the extension via a call to the loadItemForTypeIdentifier method of the attachment provider object, once again passing through as an argument the UTI content type supported by the extension. The loading of the data from the host app is performed asynchronously so a completion handler must be specified which will be called when the data loading process is complete: