文件名称:BSButton:SwiftiOS基于类名的Bootstrap按钮设计实现
文件大小:1.5MB
文件格式:ZIP
更新时间:2024-05-22 05:28:21
bootstrap ios cocoapods buttons swift4
BS按钮 概述 BSButton是UIButton的子类,它是用swift编写的,适用于Bootstrap按钮之类的样式。 例子 要运行示例项目,请克隆存储库,然后首先从Example目录运行pod install 。 使用CocoaPods进行安装 BSButton可通过。 要安装它,只需将以下行添加到您的Podfile中: pod 'BSButton' # Workaround for Cocoapods issue #7606 post_install do | installer | installer . pods_project . build_configurations . each do | config | config . build_settings . delete ( 'CODE_SIGNING_ALLOWED' ) config . bu