CocoaPods trunk is moving to be read-only. Read more on the blog, there are 19 months to go.
TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Dec 2014 |
Maintained by Unclaimed.
#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'