文件名称:EDSTouchButton:使用 Pop 模仿 Material Design 动画的动画按钮
文件大小:1.07MB
文件格式:ZIP
更新时间:2024-07-26 15:32:46
Objective-C++
EDS触摸按钮 基于动画按钮使用 。 演示 安装 要运行示例项目, pod install克隆 repo,然后从 Example 目录运行pod install 。 运行示例项目的另一种方法是在终端中运行pod try EDSTouchButton 。 EDSTouchButton 可通过。 要安装它,只需将以下行添加到您的 Podfile 中: pod "EDSTouchButton" 用法 要在您的项目中使用该按钮: EDSTouchButton *button = [[EDSTouchButton alloc] initWithFrame:CGRectMake(20, 100, CGRectGetWidth(self.view.frame) - 40, 44) butt