Skip to content

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

@Whirlwind

Description

@Whirlwind

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions