Out of curiosity, are you able to sell a TestFlight link? (ex. in app purchase) I am simply curious.
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Created
How would I switch to a different view in SwiftUI with a press of a button? I've tried doing the method where pressing a button toggles a variable, but it just spits a bunch of errors. Also, would I need to make a new SwiftUI file, or could I incorporate the new view into the default ContentView.swift?