domingo, 30 de septiembre de 2012

Convertir CFDictionaryRef en NSDictionary

CFDictionaryRef exifAttachments = CMGetAttachment( imageSampleBuffer, kCGImagePropertyExifDictionary, NULL); 
NSDictionary *andBack = (__bridge NSDictionary*)exifAttachments;

domingo, 2 de septiembre de 2012