Skip to main content
0 votes
0 answers
12 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
15 views

In all demo video's of the new Tab Bar in iOS 26, the content nicely flow's below the Tab Bar giving a floating effect. Before migrating my main app to iOS 26, I tried implementing the new look in a ...
Nikhil Muskur's user avatar
0 votes
0 answers
18 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
22 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
0 votes
0 answers
32 views

Has anyone been successful at getting alternate app icons to work in Xcode 26.2 with Icon Composer icons? I've tried every suggestion I've found online (there's not many), various Info.plist configs ...
wes's user avatar
  • 4,634
-1 votes
0 answers
46 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(frame:)' was deprecated in ...
iosDev73's user avatar
0 votes
0 answers
54 views

My entities are moving too fast, and I'd like to set a max cap on the linear and angular velocities. It looks like I can't access the velocities directly. These fields are likely internal properties ...
HL666's user avatar
  • 368
0 votes
0 answers
28 views

I created iOS device and iOS simulator archives and now I want to create a .xcframework based on them, but it fails due to: error: the path does not point to a valid debug symbols file: build/MySDK-...
stackich's user avatar
  • 5,583
-1 votes
0 answers
53 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
-5 votes
0 answers
26 views

Unable to build plugin frameworks: ** BUILD FAILED ** The following build commands failed: ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-...
Bagus Rizky M'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