assetPackWithIdentifier:
Returns the asset pack in this manifest with the given identifier.
Declaration
- (BAAssetPack *) assetPackWithIdentifier:(NSString *) assetPackIdentifier;Parameters
- assetPackIdentifier:
The asset pack’s identifier.
Return Value
The asset pack, if it could be found in this manifest; otherwise, nil.