KSDebugLayer 1.0.0× 测试已测试✗ 标识语言 Obj-CObjective C许可证 MIT 发布上次发布2015年1月由Keith Smiley 维护。安装指南×KSDebugLayer 安装指南您需要将以下类似命令添加到 Podfile 中:target 'MyApp' do pod 'KSDebugLayer', '~> 1.0' end然后在终端或从 CocoaPods.app 中运行 pod install。或者为了进行测试,运行以下命令:pod try KSDebugLayer查看 PodspecGitHub 仓库CocoaPods.org 页面KSDebugLayer 1.0.0由Keith SmileySmileyKeithKeithbsmiley/KSDebugLayerGitHub 仓库 《CALayer》的一个子类,用于可视化层的 anchorPoint 和 bounds。特别适用于处理偏离中心的动画。 示例 iOS 使用方法 在调试您的 UIView 子类时 + (Class)layerClass { return [KSDebugLayer class]; } 示例 OS X 使用方法 在调试所需的 NSView 时 view.layer = [KSDebugLayer layer]; [view updateLayer]; 资源 https://developer.apple.com/library/ios/qa/qa1509/_index.html http://stackoverflow.com/questions/448125/how-to-get-pixel-data-from-a-uiimage-cocoa-touch-or-cgimage-core-graphics http://stackoverflow.com/questions/17671398/visualizing-the-anchor-point-of-a-uiimageview/17673965#17673965