I have a full SwiftUI project/app (In the AppStore) that I would like to add some CarPlay functionality. I have the entitlement correctly setup and am ...
I have a full SwiftUI project/app (In the AppStore) that I would like to add some CarPlay functionality. I have the entitlement correctly setup and am ...
I have a serious problem with screen rotation in an application that is entirely written in SwiftUI. All screens are locked in portrait mode except on ...
I have a view that uses a button to toggle between a Picker and an Image that is a result of the Picker selection. When quickly toggling from the imag ...
I am following a tutorial and I am trying to save to Firestore a list of Favorite products (different from the tutorial). Items are being added but if ...
In this SwiftUI project, I had a profile tab that displayed the username of the user. When I tapped on this tab again (whilst already in the profile v ...
I would like to make a button using SwiftUI. When the button is pressed, the model will hide. I have already read the tutorial in this link (Creating ...
How could I return a Bool from this sign in with apple function that uses the authorizationController? I have been looking at withCheckedThrowingConti ...
Thanks for taking your time to help others :) Bug description: I can apply a color to the ScrollView background, and adjusts perfectly. But if I tr ...
"i" is a @State variable in my View Struct that is assigned to zero I want the index of each AnswerRow to be set from 0 to 3, how to manage that? ...
How show map annotations when map span will be 0.1? I want map pins to not show until map span is <= 0.1 How can this be done? ...
I have encountered a problem with image displaying. I'm navigating to a view with background image and when I do that the entire image is closing the ...
I created a program that helped me understand the basics of navigation links which I am still learning. I was wondering how I would get rid of the nav ...
If an action in the menu rendered in LazyVStack causes the item wrapping it to disappear, when the item appears again via some other data change, the ...
Hello I am fairly new to swiftui and I am creating a NavigationStack from an array of items. Every item in the array is pushed into navigation when I ...
I'm showing a fullScreenCover with SwiftUI. Under certain flows, I want to dismiss the cover and show another from the Root ContentView. When I call ...
When clicking on the navigation link in my SwiftUI application, the screen freezes and I can see the memory doubing every second - almost getting to a ...
I have a macOS app with two columns. The left column is a list that presents the filename and date of the unit (file) that I'm working on. The second ...
Because I need to know whether user taps with finger or pencil, I had to create a UIViewRepresentable with a UITapGestureRecognizer. Everything works ...
I am posing a notification and also i am getting the notification and the app works, my app would be working with or without weak self so I am little ...
I have subclass of UIButton, which defines it's height inside by using NSLayoutConstraints, which I need to reuse in SwiftUI view by wrapping it into ...