Skip to main content
0 votes
0 answers
3 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
11 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
11 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
31 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
45 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
27 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
50 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
25 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
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
95 views

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,671
0 votes
0 answers
57 views

I am trying to run my Flutter application on an iOS Simulator, but the build fails during the Xcode build phase. The error seems related to the BoringSSL-GRPC dependency used by Firebase. Lexical or ...
Abdallah Othman's user avatar
3 votes
1 answer
72 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
45902