CocoaPods trunk is moving to be read-only. Read more on the blog, there are 12 months to go.
| TestsTested | ✗ |
| LangLanguage | SwiftSwift |
| License | MIT |
| ReleasedLast Release | Jan 2018 |
| SwiftSwift Version | 4.0 |
| SPMSupports SPM | ✗ |
Maintained by Martin Rehder.
FloatingActionButton is floating action button component of material design, inspired by Material In a Liquid State. Adapted from (https://github.com/yoavlt/LiquidFloatingActionButton) by Takuma Yoshida
You just need implement FloatingActionButtonDataSource and FloatingActionButtonDelegate similar to well-known UIKit design.
let floatingActionButton = FloatingActionButton(frame: floatingFrame)
floatingActionButton.dataSource = self
floatingActionButton.delegate = selfFloatingActionButton is available under the MIT license. See the LICENSE file for more info.