EasyAction 0.1.5

EasyAction 0.1.5

Leo 维护。



  • leo

EasyAction

Version License Platform

示例

简单添加目标示例

btn.touchUpInside {
    print("action")
}
btn.touchDown {
    print("action")
}

要求

swift 4.2 Xcode 10.0

安装

使用 CocoaPods.

将以下行添加到您的 Podfile 中:

pod 'EasyAction'

作者

[email protected]

许可

EasyAction根据MIT许可证提供。有关更多信息,请参阅LICENSE文件。