Can i set the background image from storyboard? I've set background in code:
override func viewDidLoad() {
super.viewDidLoad()
self.view.backgroundColor = UIColor(patternImage: UIImage(named: "background.png"))
}
Simple:
Add UIImageView
to your Storyboard to the most bottom of your view hierarchy.
.
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With