Floaty icon indicating copy to clipboard operation
Floaty copied to clipboard

:heart: Floating Action Button for iOS

Results 61 Floaty issues
Sort by recently updated
recently updated
newest added

Is it possible to show buttons without overlay and close them only by clicking on them itself?

Undefined symbols for architecture x86_64: "_OBJC_CLASS_$__TtC6Floaty6Floaty", referenced from: objc-class-ref in TabViewController.o ld: symbol(s) not found for architecture x86_64

Im using Objective c and after initialization of Floaty I want to change buttonImage via `FloatyDelegate` like this: ``` - (void)floatyWillOpen:(Floaty *)floaty { [floaty setButtonImage:[UIImage imageNamed:kCloseMeny]]; } ``` ``` -...

I've been struggling since I started programming on iOS with the use of Pods in projects, an example is when I install Floaty Pod without problems and when I use...

Hi, My Floaty button is placed in my UITableViewController which automatically hides tab bar when pushed. However, when this view is pushed to the stack, I can see the floaty...

Hi all! I'm testing floaty and in iPad plus button have a big size, like a image below. How fix it? Regards! ![simulator screen shot - ipad pro 12 9-inch...

Hi, I need to add 8 buttons to menu and first 4 should be 2x bigger then last 4 :) and all buttons should be center in one line -...

I wonder if it is possible to attach the plus button to a view with NSLayoutConstraints? I have a Tabbar that can move up and down and I want to...

I need see only title of item without image or color item. I want to remove it, because to make it transparent if I can, but it's not the idea...

this worked fine before and can't find out why is't returning the error: "Ambiguous use of 'addItem'" now; ``` floaty.addItem("Document", icon: UIImage(named: "Add-Scan")!, handler: { item in self.performSegue(withIdentifier: "segueDocScanner", sender:...