So I have this code in SwiftUI, it's working great.
.background(
Image("felt")
.resizable(resizingMode: .tile)
.ignoresSafeArea()
)
But I have the launch screen which is storyboard only.
How can I set it up to tile the background, all the A*s keep saying to using the slicing section, but there is NO slicing section where do I actually click to do this?
Please help me get my background to look like it does in SwiftUI, resizable tile in storyboard
NO I don't want to edit the image, the image is working great as a background image on my swiftui file and I dont wish to edit it, I want the same old image, I just want it to tile. No your 10 year old links about editing an image are not relevant, I don't want to edit the image, I just want to tile the background.
I'm aware adjusting image slicing properties is possible, my question is if there is a way to do it like the swift ui way which doesn't require this. Stop flagging. You don't know what I want more than I do. I want a way to do it like swift ui which doesn't require editing image slice properties.
