We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
in Xcode 9.3
-(id)objectForKey:(id)options { id src = options[CCBlendFuncSrcColor] ?: @(GL_ONE);
CCBlendFuncSrcAlpha: (options[CCBlendFuncSrcAlpha] ?: src),
Expected method to read dictionary element not found on object of type 'id'