GlitchKit 0.0.3× 测试已测试✗ 语言语言 Obj-CObjective C许可证 MIT 发布最新发布2014年12月由未声明维护。安装指南×GlitchKit安装指南您需要在Podfile中添加与以下类似的内容target 'MyApp' do pod 'GlitchKit', '~> 0.0' end然后在内置终端中运行pod install,或者从CocoaPods.app中运行。或者,如果要进行测试运行,运行以下命令pod try GlitchKit查看PodspecGitHub仓库CocoaPods.org上的页面GlitchKit 0.0.3作者:Yuichi Tatenohotchpotch/GlitchKitGitHub仓库 GlitchKit - Objective-C 中图像上的Glitch #import "GlitchKit.h" // glitch! [uiImageView glitch]; // apply custom glitch [uiImageView glitchWithBlock:^int(int byte, int index, uint length, Byte *bytes) { return (byte == 42 && arc4random() % 3 == 1) ? 0 : byte; }]; 安装 # Podfile pod 'GlitchKit'