Latest | 0.1.5 |
---|---|
Homepage | https://github.com/a841223o/EasyAction |
License | MIT |
Platforms | ios 8.0 |
Frameworks | UIKit |
Authors |
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.
Latest podspec
{ "name": "EasyAction", "version": "0.1.5", "summary": "easy to add target in uicontrol", "description": "TODO: EasyAction is help you to add target so fast", "homepage": "https://github.com/a841223o/EasyAction", "swift_version": "4.2", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "leo": "[email protected]" }, "source": { "git": "https://github.com/a841223o/EasyAction.git", "tag": "0.1.5" }, "platforms": { "ios": "8.0" }, "source_files": "EasyAction/**/*.swift", "frameworks": "UIKit" }
Tue, 04 Jun 2019 10:11:08 +0000