ellocomen
ellocomen
TSDThe Swift Den
Created by Aryan Rawat on 9/16/2023 in #swift-development
Viewing A 360 Degree Images and videos
If you want to do that you will have to use external libraries.
4 replies
TSDThe Swift Den
Created by Aryan Rawat on 9/16/2023 in #swift-development
Viewing A 360 Degree Images and videos
This doesn't mean anything to us
4 replies
TSDThe Swift Den
Created by Homd on 9/17/2023 in #swift-development
OnChange() doesn't trigger inside picker navigation view
Can you send full code?
5 replies
TSDThe Swift Den
Created by ellocomen on 8/19/2023 in #swift-development
Buttons not working on SideMenuView
Correct thing is : .overlay( LinearGradient(gradient: Gradient(colors: [Color.blue.opacity(0.2), Color.purple.opacity(0.2)]), startPoint: .top, endPoint: .bottom) .allowsHitTesting(false)
6 replies
TSDThe Swift Den
Created by ellocomen on 8/19/2023 in #swift-development
Buttons not working on SideMenuView
The problem was on the ".overlay(LinearGradient(gradient: Gradient(colors: [Color.blue.opacity(0.3), Color.purple.opacity(0.3)]), startPoint: .top, endPoint: .bottom))"
6 replies
TSDThe Swift Den
Created by ellocomen on 8/19/2023 in #swift-development
Buttons not working on SideMenuView
Fixed
6 replies
TSDThe Swift Den
Created by 🇦🇺🦅✝🔥 𝕰𝖕𝖎𝖐𝖚𝖘 🔥✝🦅🇦🇺👑©™ on 8/20/2023 in #swift-development
Can someone please send code for a side menu view?
😎😎
6 replies
TSDThe Swift Den
Created by 🇦🇺🦅✝🔥 𝕰𝖕𝖎𝖐𝖚𝖘 🔥✝🦅🇦🇺👑©™ on 8/20/2023 in #swift-development
Can someone please send code for a side menu view?
There you go
6 replies
TSDThe Swift Den
Created by 🇦🇺🦅✝🔥 𝕰𝖕𝖎𝖐𝖚𝖘 🔥✝🦅🇦🇺👑©™ on 8/20/2023 in #swift-development
Can someone please send code for a side menu view?
ContentView.swift: https://pastebin.com/gbYSHPis SideMenuView.swift https://pastebin.com/FBvrgLmn
6 replies