Je sais ce question répétée mais je ne peux pas obtenir de sultion
J'ai cette image
Et je veux un fond d'écran comme celui-ci
J'ai essayé tout cela
J'ai aussi essayé ceci
self.view.backgroundColor = UIColor(patternImage:
UIImage(named: "backgroundicon.png")!)
Merci d'avance
EDIT :
UIGraphicsBeginImageContext(self.view.frame.size)
UIImage(named: "backgroundicon.png")?.draw(in: self.view.bounds)
let image: UIImage = UIGraphicsGetImageFromCurrentImageContext()!
UIGraphicsEndImageContext()
self.view.backgroundColor = UIColor(patternImage: image)
Résultat :