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)。