how to customize background color in view swift code example
Example 1: changing color of background swift
self.view.backgroundColor = UIColor.blue // or .blue for shorthand
Example 2: how to change background color swift
self.view.backgroundColor = .black / .blue / .purple / .clear /ect.