I'm new to SwiftUI and iOS, and I'm trying to create an input field that will only accept numbers. TextField("Total number of people", text: $numOfPeople) T
Here is my code of two overlapping rects, with opacity applied to them. var body: some View { let r = Rectangle() .foregroundColor(.blue) .f
I'm currently looking into Dark Mode in my App. While Dark Mode itself isn't much of a struggle because of my SwiftUI basis i'm struggling with the option to se
When creating a ProgressView and using .accessibilityIdentifier or a standard label, UI tests are able identify it. The view: ProgressView().accessibilityIdenti
I have a TabView in SwiftUI in the PageViewTabStyle so i can swipe from page to page. I'd like to have a setting that "locks" the current view in place, so the
I have a TabView in SwiftUI in the PageViewTabStyle so i can swipe from page to page. I'd like to have a setting that "locks" the current view in place, so the
I would like to understand why am I having issue with the background()? Instance method 'background(_:alignment:)' requires that 'UIColor' conform to 'View' v
I'd like SwiftUI DragGesture to start only when the gesture is in a specific direction (horizontal/vertical). Is it possible?
It looks like Xcode 13.3 broke the TextField with formatter. In example below the Text should show the value entered in the TextField, which works fine when bui
I am having some issues trying to display a PDF which is stored in Firebase Storage in my SwiftUI app. I have successfully done the following; Uploaded a PDF fi
I am working to implement some SwiftUI content into my existing app. I currently have a UIViewController, which hosts a MTKView for camera preview. I have cre
I have a List that's displaying two Views of the same type. When you tap on one of the views, they change their height with an animation. However, the List tho
I want to resize an Image frame to be a square that takes the same width of the iPhone's screen and consequently the same value (screen width) for height. The
When added a long text inside a text view, it works as expected (not truncated). Xcode 11.0 beta 6 (11M392q) import SwiftUI struct ContentView: View { v
Can @StateObject be injected using Resolver? I have the following: struct FooView: View { @StateObject private var viewModel: FooViewModel some code }
When I try below code and show Emoji keyboard, keyboard will hide with Emoji keyboard horizontal scroll. I applied "keyboardDismissMode" to make keyboard hide w
How can I use a SwiftUI view struct in place of a traditional cell and xib in a UITableViewController? import UIKit import SwiftUI class MasterViewController:
I found strange behavior in SwiftUI. The sheet shows empty text when I tap a list column first time. It seems correct after second time. Would you help me? impo
I have the following SwiftUI view and I want to have it repeat the scale animation to simulate a pulsing effect. However, in addition to the scaling, the circle
When I run a Picker Code in the Simulator or the Canvas, the Picker goes always back to the first option with an animation or just freezes. This happens since l