ВК
Size: a a a
ВК
DK
AB
ZStack {}.background(yourFavoriteColor)
WP
ZStack {}.background(yourFavoriteColor)
WP
AB
WP
V
S
S
SG
UIGraphicsBeginImageContext(bounds.size)
UIGraphicsGetCurrentContext()!.setFillColor(color.cgColor)
UIGraphicsGetCurrentContext()!.fill(bounds.size)
let colorImage =
UIGraphicsGetImageFromCurrentImageContext()
UIGraphicsEndImageContext()
let imageView = UIImageView(image: colorImage)
imageView.frame = self.bounds
self.addSubview(imageView)
SG
V
I
D
I
D
D
S
D