我正在寻找创建以下字典的方法
NSDictionary *frameProperties = [NSDictionary dictionaryWithObject:[NSDictionary
dictionaryWithObject:[NSNumber numberWithInt:2]
forKey:(NSString *) kCGImagePropertyGIFDelayTime]
forKey:(NSString *) kCGImagePropertyGIFDictionary];
通过CoreFoundation,即与CFDictionaryCreate
任何想法如何实现这一点?