SwiftyFloatingView is a view on top of all views. you can have navigation controller, Tabbar contoller or anything. it goes on top of everyview and will be presented everywhere.
SwiftyFloatingView is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'SwiftyFloatingView'
Drag 'n drop SwiftyFloatingView.swift into your project.
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+
- Feel free to contact me with ideas or suggestions at swiftykit@gmail.com
- Fork the project and make your own changes
SwiftyFloatingView is available under the MIT license. See the LICENSE file for more info.