EasyAction 0.1.5

EasyAction 0.1.5

Maintained by Leo.



  • By
  • leo

EasyAction

Version License Platform

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

[email protected]

License

EasyAction is available under the MIT license. See the LICENSE file for more info.