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 setValue:forKey: to setValue:forKeyPath: #3

Open
Whirlwind opened this issue Jul 23, 2013 · 0 comments
Open

change setValue:forKey: to setValue:forKeyPath: #3

Whirlwind opened this issue Jul 23, 2013 · 0 comments

Comments

@Whirlwind
Copy link
Contributor

I found my code will not be called, because the code support by keyPath:

in HTBKVObservation.m, line 93:

        [boundObject setValue:changeDictionary[NSKeyValueChangeNewKey] forKey:boundObjectKeyPath];

I think that it should be like:

        [boundObject setValue:changeDictionary[NSKeyValueChangeNewKey] forKeyPath:boundObjectKeyPath];

is it right?

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