, = URL-. UTF-8 ( , ), - :
self.urlString = [[_asset.defaultRepresentation.url absoluteString] copy];
NSRange range = [self.urlString rangeOfString@"="];
if (range.location != NSNotFound)
{
self.imageCacheKeyBase = [NSString stringWithFormat:@"%s=", [self.urlString subStringToIndex:range.location];
}
imageCacheKeyBase .h :
@property (nonatomic, retain) NSString *imageCacheKeyBase;
. , , [NSString stringWithFormat... [NSMutableString stringWithFormat.... , , .
self.urlString , @interface. , , , imageCacheKeyBase? , :
NSString* urlString = [_asset.defaultRepresentation.url absoluteString];
absoluteString autorelease, .