When using ScrollView the views inside it are spread across the whole screen width by default, but when using List, there is a padding on the sides. Is there a
I am trying to use a Share function inside my MacOS app in SwiftUI. I am having a URL to a file, which I want to share. It can be images/ documents and much mor
I am using the following code. It only works if the JSON data does not start with a '[' character. It works fine for JSON data starting with a '{' character.
I'm trying to implement AdMob open ad in a SwiftUI project using Google's documentation: https://developers.google.com/admob/ios/app-open-ads. The problem is th
I am building some classes and code that store and perform arithmetic on currency values. I was originally using Doubles, but converted to Decimal due to arithm
Starting point is a NavigationView within a TabView. I'm struggling with finding a SwiftUI solution to pop to the root view within the navigation stack when the
I have tried to upload an application to Test Flight. The app is successfully validated. However, when distributing, Xcode is stuck in the "Uploading" stage as
I have an enum of associated values which I would like to make equatable for testing purposes, but do not know how this pattern would work with an enum case wit
Here is a bug in SwiftUI when you show modal from button inside navigation bar items. In code below Button 1 works as expected, but Button 2 works only once: s
I am trying to create a class that executes data loading once and returns the data to all callers of the method while the data was loading to not perform the da
I know SwiftUI uses state-driven rendering. So I was assuming, when I delete Core Data Entity entries, that my List with Core Data elements gets refreshed immed
The firebase.auth().currentUser is always null, as is the onAuthStateChanged listener in my node.js code. However, the user is signed in at my front end swift a
I'm using UIVideoEditorController, but the success delegate method called twice for me. However, all pointers of all passed objects tell it sends exactly the sa
Up until iOS 15.3 users were able to make USSD calls from within my app, considering USSD calls include symbols * and #, but as of 15.4 that seems to no longer
Within my KMM library I use sealed interfaces/classes to represent certain states/errors. I decided to use sealed interfaces/classes because these states must h
I want to run a particular script in WKWebView only once the webpage has fully loaded (including images). What I've been doing so far is running the function fu
Although there used to be some methods to get client IP address (e.g. req.peerHostname ), I cannot figure out how to get it in Vapor 3.0. Could anyone please l
I'm attempting to create a grid of small square views, that when the user hovers over them with their thumb (or swipes across them), the little squares will tem
I'm developing an iOS swift app for traveling, the concept of the app is after validating the trip with the user, while in trip, the app keeps ranging for bluet
This is the way I am adding all the events in to my calendar, those events are coming from table view. I have a problem with deleting a specific even from the c