Latest | 1.0 |
---|---|
Homepage | https://github.com/vibrazy/letterpressexplosion |
License | MIT |
Platforms | ios 6.0, requires ARC |
Letterpress-like explosion.
Category on UIView
called Explode that will take the uiview and explode it into pieces.
[myView lp_explode];
Not exactly the same as letterpress but will point people to the right direction.
Latest podspec
{ "name": "LetterpressExplosion", "version": "1.0", "summary": "Category on `UIView` called Explode that will take the uiview and explode it into pieces.", "homepage": "https://github.com/vibrazy/letterpressexplosion", "license": { "type": "MIT", "file": "LICENSE" }, "authors": "Daniel Tavares", "source": { "git": "https://github.com/vibrazy/letterpressexplosion.git", "tag": "1.0" }, "platforms": { "ios": "6.0" }, "source_files": "LetterPressExplosion/LetterPressExplosion/Categories/**/*.{h,m}", "public_header_files": "LetterPressExplosion/LetterPressExplosion/Categories/**/*.{h,m}", "requires_arc": true }
Fri, 04 Mar 2016 08:10:05 +0000