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

Hi, Since Floating Button is not an iOS thing, iPhone users don't know about it much. To make it more user-friendly, I wanted to add some kind of hint or...

As Floaty is not a button or label directly or set as an AccessibilityElement it is not completely unavailable when Voice Over is enabled. Any menu item within it are...

Hi I have installed manually the file of Floaty and trying to add a floating button in my viewcontroller after writing the add.item code it crashes with error [UIFont ctFontRef]...

I am putting my Floaty in a UITableView.tableHeaderView: `self.tableView.tableHeaderView = self.tableViewHeaderWithFloaty` For some strange reason, the frame is misaligned until I open() the Floaty. Alternatively, I can force the frame...

I tried to add accessibility features to my app but when I turn on VoiceOver, floaty items are not clickable. I manually added these lines below but they are still...

It only works for the first touch, then subsequent clicks are ignored. Tested on iOS 14 and iOS 16 simulators. Works fine on real device tho.

How to pop up a dynamic button

![image](https://user-images.githubusercontent.com/61861453/220349520-64cf427d-6990-49d5-8f1d-1ba70a9f5dba.png) Code for above Image /// *Adding Floaty Item Buttons* private func add_Floaty_Butttons() { for i in 0..

This is the example of usage of Floaty buttons on this github repo. The code below creates a Floaty button and add on item inside. ``` let floaty = Floaty()...