You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.....
The text was updated successfully, but these errors were encountered:
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")
The text was updated successfully, but these errors were encountered: