SwiftyFloatingView 0.1.3

SwiftyFloatingView 0.1.3

swiftykit 维护。



  • SwiftyKit

SwiftyFloatingView

License Language

enter image description here

安装

CocoaPods

SwiftyFloatingView 通过 CocoaPods 提供。要安装它,只需将以下行添加到您的 Podfile 中

pod 'SwiftyFloatingView'

手动

将 'SwiftyFloatingView.swift' 拖拽到您的项目中。

用法

        let normalButton:UIButton = UIButton(type:UIButton.ButtonType.system)
        normalButton.frame = CGRect(x: 0, y: 0, width: 100, height: 100)
        var floatingView = SwiftyFloatingView(with: normalButton)

需求

  • Swift 4.2
  • iOS 8.0+

联系   贡献

  • 随时向我提出想法或建议: [email protected]
  • 将该项目分支并做您自己的修改

许可协议

SwiftyFloatingView 在MIT许可协议下可用。更多信息请参阅LICENSE文件。