Floaty
Floaty copied to clipboard
How to change item background color???
Currently using .systembackground as my color scheme, works great except in Darkmode when item background are still white. How do you set the background color of the items programatically??
Here is my code : self.floaty.buttonColor = .systemBackground self.floaty.alpha = 0.75 self.floaty.buttonImage = UIImage(named: "ic_menu")
self.floaty.addItem("Continue Reading", icon: UIImage(named: "ic_notes")!, handler: { item in
etc.....