Skip to main content
-4 votes
0 answers
36 views

I am trying to implement a backup/restore facility in my flutter app. I have all the app data in a zip file and I am trying to use Cloudkit to send and receive this file to the user's iCloud account, ...
Russ's user avatar
  • 1
0 votes
0 answers
16 views

I’m working with RealityKit and trying to detect on which side of a connector a sphere has collided. The setup: I have a connector (a cylinder). It has two child entities, each one with its own ...
swiftIos's user avatar
-3 votes
0 answers
29 views

This is my simple class I need to test: class Example: ObservableObject { @Published var isError = false var cancellable: AnyCancellable? private let failure: Bool // MARK: - ...
Bartłomiej Semańczyk's user avatar
-2 votes
0 answers
24 views

I am using Mac 14 and the highest version of Xcode that I can install is 16.2 And it comes with the bundled swift component - 6.0.3 version. But my project requires swift 6.2 or later. I was able to ...
Pavlo Pylypchuk's user avatar
2 votes
1 answer
63 views

I'm working on a SwiftUI app using SwiftData, and I'm very new to both frameworks, and swift in general to be honest. I'm trying to create a webview that embeds a monaco editor that will then send the ...
Fluster.IO's user avatar
0 votes
0 answers
41 views

I've seen apps that have interactive widget buttons where a short tap does nothing, but holding the button for at least 1 second executes the action. This can be configured per button in the widget ...
LevelOne2k's user avatar
1 vote
0 answers
28 views

I found a reproducible issue in iOS 18+. When a SwiftUI TabView contains a Map (MKMapView), any custom UITabBarAppearance badge color is ignored while that tab is active. As soon as you switch to a ...
Vojta Böhm's user avatar
1 vote
2 answers
75 views

I have a SwiftUI view with multiple TextFields and a @FocusState bound to my view model. I want the first field to automatically get focus whenever the view appears(when coming back from a SecondView)....
Whirlwind's user avatar
  • 12.6k

15 30 50 per page
1
2 3 4 5
22421