Use `NSKeyValueChangeNewKey` constant in change dictionary rather than hardcoded string. by jasonhotsauce · Pull Request #3360 · AFNetworking/AFNetworking

Skip to content

Navigation Menu

Sign in

Appearance settings

This repository was archived by the owner on Jan 17, 2023. It is now read-only.

Conversation

@kcharwood kcharwood changed the title Use NSKeyValueChangeNewKey in change dictionary. Use NSKeyValueChangeNewKey constant in change dictionary rather than hardcoded string.

Mar 14, 2016
* We explicitly used @"new" in `change`, I think it's better to use
platform defined constant.

kcharwood added a commit that referenced this pull request

Mar 14, 2016
Use `NSKeyValueChangeNewKey` constant in change dictionary rather than hardcoded string.

Labels