M5KeyPath 1.0.1

M5KeyPath 1.0.1

测试已测试
语言语言 Obj-C客观-C
许可证 MIT
发布上次发布2015年9月

Mathew Huusko V维护。



M5KeyPath 1.0.1

Objective-C宏,用于编译/重构安全的键路径声明。

使用方法

M5KeyPath(OBJECT, PATH_LEVEL_1, PATH_LEVEL_2, PATH_LEVEL_3, ...);

[self.player addObserver:self forKeyPath:M5KeyPath(self.player, currentItem, currentTime) options:0 context:nil];