The Discord server for Swift developers. Get tips and snippets for your projects!


extension View {
func tabViewBackgroundONE(_ color: Color) -> some View {
self.background(
ZStack {
color.ignoresSafeArea()
}
)
}
}extension View {
func tabViewBackgroundONE(_ color: Color) -> some View {
self.background(
ZStack {
color.ignoresSafeArea()
}
)
}
}