I am trying to re-create the pattern of this background image, it looks like clouds. Is there a way to do it programmatically using SwiftUI?
I understand how to add the gradient and the colors, same with image text and buttons but I don't know if I can get the pattern programmatically or if I have to get an asset for a pattern like this. Should I just get a picture?
Google -> "image smoke texture particle"
put set of Imgs inside of ZStack with different offset and different rotate angle
make overlay color over the ZStack OR try to make image template with needed color (.renderingMode(.template)
). Not sure template will work or not for this case
Add mask opacity gradient to make left and right sides a little bit less bright
and you will get similar image to shared by you
Also you can try animate images using rotation - this will look great