M5KeyPath 1.0.1× 测试已测试✗ 语言语言 Obj-C客观-C许可证 MIT 发布上次发布2015年9月由Mathew Huusko V维护。安装指南×M5KeyPath安装指南您需要在Podfile中添加类似以下内容:target 'MyApp' do pod 'M5KeyPath', '~> 1.0' end然后,在终端中运行pod install,或从CocoaPods.app运行。或者,为了测试运行,运行以下命令:pod try M5KeyPath查看PodspecGitHub仓库在CocoaPods.org上的页面M5KeyPath 1.0.1由Mathew Huusko Vmhuusko5mhuusko5/M5KeyPathGitHub仓库 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];