I’m looking the way to create following dictionary
NSDictionary *frameProperties = [NSDictionary dictionaryWithObject:[NSDictionary
dictionaryWithObject:[NSNumber numberWithInt:2]
forKey:(NSString *) kCGImagePropertyGIFDelayTime]
forKey:(NSString *) kCGImagePropertyGIFDictionary];
By means of CoreFoundation i.e. with CFDictionaryCreate
Any Ideas how to implement this ?
seems I’ve constructed the answer on my own, please confirm someone. The code compiles OK, but I’m not able to test it yet.