CocoaPods trunk is moving to be read-only. Read more on the blog, there are 9 months to go.
| TestsTested | ✗ |
| LangLanguage | SwiftSwift |
| License | WTFPL |
| ReleasedLast Release | Mar 2015 |
| SPMSupports SPM | ✗ |
Maintained by Tibor Bodecs.
UILabel extension to generate dynamic long shadow effects in swift.
Just add the file to your project, and apply the effect as you want.
@IBOutlet weak var textLabel: UILabel!
@IBOutlet weak var detailTextLabel: UILabel!
@IBOutlet weak var button: UIButton!
override func viewDidLayoutSubviews() {
super.viewDidLayoutSubviews()
self.textLabel.longShadow(4)
self.detailTextLabel.longShadow(4)
self.button.titleLabel?.longShadow(4)
}WTFPL