Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change parameters names of elementsWithClass: and elementsWithID: #7

Open
sionyx opened this issue Apr 16, 2015 · 0 comments
Open

Change parameters names of elementsWithClass: and elementsWithID: #7

sionyx opened this issue Apr 16, 2015 · 0 comments

Comments

@sionyx
Copy link

sionyx commented Apr 16, 2015

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant