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
If you pass "black" background color using a delegate it will crash. However it will not crash if I create black color like this (UIColor.init(red: 0.0, green: 0.0, blue: 0.0, alpha: 1.0)).
If you pass "black" background color using a delegate it will crash. However it will not crash if I create black color like this (
UIColor.init(red: 0.0, green: 0.0, blue: 0.0, alpha: 1.0)
).The text was updated successfully, but these errors were encountered: