Latest | 1.0.0 |
---|---|
Homepage | https://github.com/tanderus/InnerShadowView |
License | MIT |
Platforms | ios |
Authors |
UIView category for adding the inset shadows.
Does not intend to work with custom-shaped views (or with corner radius).
Installation
Install via Cocoapods by adding to your project’s Podfile:
pod 'InnerShadowView'
OR you can just copy-paste "UIView+InnerShadow.{h,m}" files manually.
Latest podspec
{ "name": "InnerShadowView", "version": "1.0.0", "license": "MIT", "summary": "UIView category for adding inset shadows", "homepage": "https://github.com/tanderus/InnerShadowView", "authors": { "Pavel Krasnobrovkin": "[email protected]" }, "source": { "git": "https://github.com/tanderus/InnerShadowView.git", "tag": "1.0.0" }, "source_files": "UIView+InnerShadow.{h,m}", "platforms": { "ios": null } }
Mon, 29 Feb 2016 07:46:03 +0000