Is there a difference between these two statements?
view.backgroundColor = .clear
view.backgroundColor = nil
I always use the latter, but I mostly see people using UIColor.clear whenever they want to make the background clear. Is there actually a difference?