Floaty
Floaty copied to clipboard
:heart: Floating Action Button for iOS
I want to drag floaty button from storyboard to VC is didn't exist in storyboard
is there any solution for that? :(
https://github.com/kciter/Floaty.git has no Package.swift manifest for version 4.2.0
Hi How to cover the overlay on Tabbar & NavigtaionBar too ? ``` fileprivate func setOverlayView() { setOverlayFrame() overlayView.backgroundColor = overlayColor overlayView.alpha = 0 overlayView.isUserInteractionEnabled = true } fileprivate func...
Floaty padding Y is not working when set rtlMode property is true! Here is my code: ``` Floaty.global.rtlMode = true Floaty.global.button.paddingY = 55 Floaty.global.show() ```
Overlay on navigation bar not shown. How to have the overlay complete Window of UIVIewController. How to set constant label width & height? titleLabel -> Width & Height fixed to...
Can I handle just one single action when tapping on floating button?
I searched all the reasons and found out that it was because of you. https://stackoverflow.com/questions/19022210/preferredstatusbarstyle-isnt-called/19513714#19513714
Hi, I am using Floaty with the flowing configuration: ``` Floaty.global.button.buttonImage = image Floaty.global.button.buttonColor = backgroundColor Floaty.global.button.items = [] Floaty.global.button.addItem(closeButtonTitle, icon: closeButtonImage, handler: closeButtonAction) Floaty.global.button.isDraggable = true ``` When I'm...
I am using this pod, and when i try to use the code to add floaty button to window level, the button is not showing. I am using the code...