ObjectiveGumbo
ObjectiveGumbo copied to clipboard
Change parameters names of elementsWithClass: and elementsWithID:
XCode fails to compile OGElement.h header because class and id are reserved keywords.
Here is screenshot of failure. https://www.dropbox.com/s/9nr5okpicu18o5q/%D0%A1%D0%BA%D1%80%D0%B8%D0%BD%D1%88%D0%BE%D1%82%202015-04-16%2012.27.27.png?dl=0
Could you please change parameters name to elementClass and elementId (like in .m file) and upload new cocoa pod? Might be it's better to change parameter of elementsWithTag: to elementTag to keep pattern.
Thanks in advance, Vadim