次の辞書を作成する方法を探しています
NSDictionary *frameProperties = [NSDictionary dictionaryWithObject:[NSDictionary
dictionaryWithObject:[NSNumber numberWithInt:2]
forKey:(NSString *) kCGImagePropertyGIFDelayTime]
forKey:(NSString *) kCGImagePropertyGIFDictionary];
CoreFoundationを使用して、つまりCFDictionaryCreate
これを実装する方法についてのアイデアはありますか?