Skip to main content
0 votes
0 answers
17 views

.pageSheet interactive swipe-to-dismiss freezes when UIDesignRequiresCompatibility = YES on specific iPhone models (iOS 26.x) Area UIKit → View Controller Presentation Type of Issue Serious Bug (App ...
Raja Saad's user avatar
  • 494
0 votes
0 answers
19 views

I have a custom circular play/pause button in UIKit that uses CAShapeLayer as a progress ring. Everything works except when I tap the view, the border briefly flashes even though strokeEnd = 0 and ...
he who remains's user avatar
0 votes
0 answers
24 views

I’m building a SwiftUI app and trying to determine the currently visible screen name at runtime for debugging and internal tooling. My navigation structure is fixed and uses a shared container/base ...
Haseeb Mughal's user avatar
-1 votes
0 answers
54 views

I am using this file from swift-snapshot-testing library. After updating my project to iOS 26, I need to fix all the warnings. But I am not sure how to fix this one: 'init(traitsFrom:)' was ...
iosDev73's user avatar
-1 votes
0 answers
38 views

I am trying to implement license key logic in my app where users can enter the license key they bought from stripe or any payment provider and than, the entered license key would need to first ...
Zaid's user avatar
  • 513
0 votes
0 answers
42 views

I am trying to compress the PDF (to reduce its storage size) and using following code but instead of decreasing storage size, it is increasing it: import Foundation import PDFKit import CoreGraphics ...
Malwinder Singh's user avatar
1 vote
0 answers
48 views

In RealityKit, there's a linearDamping that slows down physics velocity with a "drag" effect (or it feels like making the air "thicker"). For example: var body = ...
HL666's user avatar
  • 368
Advice
0 votes
0 replies
32 views

Overview I have a custom type `Statistics` that has 3 properties inside it I am trying to return this as part of the AppIntent's `perform` method struct Statistics { var countA: Int var ...
user1046037's user avatar
  • 17.9k
2 votes
0 answers
101 views
+100

I have a SwiftUI horizontal editor (multiple “canvases” laid out side‑by‑side in a ScrollView). When the user drags a selected object and reaches the left/right edge of the visible area, I want the ...
Hector's user avatar
  • 3,571
0 votes
1 answer
62 views

Using following blocks we are creating front and back of an entity. They are same polygons with some -z distance between them. We see both side of it when we rotate entity in scene. Looks like both ...
Hope's user avatar
  • 2,422
1 vote
0 answers
73 views

I am building a macOS utility using SwiftUI and Swift that records and displays keyboard shortcuts (like Cmd+C, Cmd+V) in the UI. To achieve this, I am using NSEvent.addGlobalMonitorForEvents(matching:...
Zaid's user avatar
  • 513
3 votes
0 answers
62 views

Is there a way to make audio sound robotic or put some other effects? For example, I have the code, that reverses the audio. But i manually modify it. Is there any library available? The reverse ...
Dias Kaussov's user avatar
0 votes
1 answer
69 views

This is a follow-up to a previous question: Xcode XCTestCase - wait for setup to complete before starting tests In the comments it was suggested to switch to Swift Testing instead of using XCTestCase, ...
koen's user avatar
  • 5,874
3 votes
1 answer
75 views

In SwiftData, the .externalStorage attribute signifies that we can easily store any binary data adjacent to the database. This seems like a great way to have easily downloaded/cached files. However, ...
Josh Kopecek's user avatar
-3 votes
1 answer
72 views

I’m learning how to build a Toast notification for an iOS app using SwiftUI. I can’t figure out how to draw a background outside the rounded view — specifically, I need a colored sidebar behind the ...
Nguyễn Thành Tâm's user avatar

15 30 50 per page
1
2 3 4 5
22422