EasyAction
Example
Easy to add target Example:
btn.touchUpInside {
print("action")
}
btn.touchDown {
print("action")
}Requirements
swift 4.2 Xcode 10.0
Installation
Using CocoaPods.
Add the following line to your Podfile:
pod 'EasyAction'Author
License
EasyAction is available under the MIT license. See the LICENSE file for more info.