Contents

removeAssetPackWithIdentifier:completionHandler:

Removes the specified asset pack from the device.

Declaration

- (void) removeAssetPackWithIdentifier:(NSString *) assetPackIdentifier completionHandler:(void (^)(NSError *error)) completionHandler;

Parameters

  • assetPackIdentifier:

    The asset pack’s identifier.

  • completionHandler:

    A block that receives an error if one occurs.

See Also

Managing asset packs