Tag: 核心 基础

不build议使用CFURLCreateDataAndPropertiesFromResource。 并寻找替代品

除了Apple的Load Preset Demo示例代码中包含的其他一些东西外,现在不build议使用CFURLCreateDataAndPropertiesFromResource。 但是我找不到替代品 – 既没有select权,也没有看到参考文献告诉我,它不再是已经完成的事情。 CFDataRef propertyResourceData = 0; Boolean status; SInt32 errorCode = 0; OSStatus result = noErr; // Read from the URL and convert into a CFData chunk status = CFURLCreateDataAndPropertiesFromResource ( kCFAllocatorDefault, (__bridge CFURLRef) presetURL, &propertyResourceData, NULL, NULL, &errorCode ); NSAssert (status == YES && propertyResourceData != 0, @"Unable to create […]