Code review comment for lp:~threeve/ubuntuone-ios-files/polish-and-shine

Revision history for this message
Zachery Bir (urbanape) wrote :

I like it, once the conflict gets resolved. Replace 206-215 with:

   NSString *ext = [(id)UTTypeCopyPreferredTagWithClass((CFStringRef)[representation UTI], kUTTagClassFilenameExtension) autorelease];
   filename = [NSString stringWithFormat:@"IMG_%d.%@", [self nextPictureNumber], ext];

« Back to merge proposal