#Kimber409-swift
1 messages · Page 1 of 1 (latest)
Hi @lucid apex! If I understand correctly you have a CheckoutViewController, and you would like to show it on the screen when clicking on a button?
There are multiple way to do so, I guess the simplest one is to use storyboard with a Segue.
Here's the official documentation: https://developer.apple.com/library/archive/featuredarticles/ViewControllerPGforiPhoneOS/UsingSegues.html
But if you are new to Swift you might prefer this short video: https://www.youtube.com/watch?v=YHGRBwJOLVU
Yes, I did think about story bored but SwiftUI is moving away from them so i was trying to avoid using them
Do you know how to do it within SwiftUI
Tried this in my content view