Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
8 views

The notes: Last time, I posted, it was a simple designed the UI. However, this post has updated. I studying the interactive widget tutorial in the swiftui. So, now I am tried to write my code to see ...
Antonio A. Chavez's user avatar
0 votes
0 answers
25 views

I am building a framework for others to use. The framework itself is not built with SPM, but with Xcode. (It has a .xcodeproj file.) Now I want to use macros in this framework. As far as I know, both ...
Sweeper's user avatar
  • 295k
-3 votes
0 answers
43 views

I am using iPad Pro M4 device to apply exposure point to the camera. While converting layerPointConverted from 0 -1 range to device size point it is giving wrong value. But if same code is used for ...
Prerna's user avatar
  • 361
Advice
0 votes
0 replies
38 views

I'm seeing a strange issue in iOS 26 related to UITabBarController, where tab bar appears above pushed detail view during swiping back. Steps to Reproduce Navigate to the detail view controller from ...
ChaseChoi's user avatar
  • 175
Advice
1 vote
3 replies
57 views

I’m researching binary-level obfuscation techniques for iOS applications to better protect compiled code against reverse engineering. Most discussions I’ve found focus on source-level obfuscation (e.g....
Abdelrahman Amr's user avatar
-3 votes
0 answers
53 views

I'm trying to simulate the iOS effect where the wallpaper darkens and changes color matching the album art of a song when the album art is expanded, I'm trying to achieve the same thing on macOS Tahoe ...
Ardy's user avatar
  • 1
2 votes
1 answer
120 views

After updating my app with the iOS 26, the Google Place picker autocomplete automatically added a empty circle in the left side: How I can remove or add an image instead of that empty with circle ...
dhaval123's user avatar
-2 votes
0 answers
57 views

I developed a music app that plays offline audio and displays lyrics using Live Activities. According to ActivityKit documentation, Live Activities can be updated from the background. However, in my ...
Rahul's user avatar
  • 1
0 votes
0 answers
40 views

I'm building a Mac Catalyst app using SwiftUI. I have a .keyboardShortcut modifier on a Button inside a Sheet. The shortcut works fine in most cases, but fails silently when the sheet is presented ...
Andrei Herford's user avatar
0 votes
1 answer
68 views

I'm trying to get SwiftUI to format dates in two different calendars using Date.FormatStyle, but I can't get it to work. What am I missing? Here's a minimal example: import SwiftUI struct ContentView:...
Grimxn's user avatar
  • 22.6k
0 votes
1 answer
66 views

I am getting following warning while woking with UIView ArVİew app: Could not locate file default-binaryarchive.metallib in bundle. The thing is in an other UIView + ArVİew app we don't receive it. ...
Hope's user avatar
  • 2,462
0 votes
1 answer
71 views

hello, Flutter iOS: USSD code with * and # not launching in phone dialer (works on Android) flutter ios ussd url-launcher tel-uri PROBLEM My Flutter app executes USSD codes for mobile money recharges....
Abdoul Aziz TAO's user avatar
Best practices
0 votes
3 replies
96 views

During a pre-interview call with a company, I got asked a couple questions about swift concurrency. One of the questions was: When using for try await to iterate through an async sequence, how do you ...
CompC's user avatar
  • 435
0 votes
1 answer
72 views

Trying to localize an interpolated string using Strings Catalog. Strings must be represented as LocalizedStringResource here, there's no other option. // Error: 'LocalizedStringResource' is passed in ...
kelin's user avatar
  • 12.2k
0 votes
1 answer
54 views

I noticed that when I update the size of a table cell, the table cell below sometimes seems to disappear. Could you please tell me how to fix this? Here's an example of such a layout. This behavior ...
IDontKnow's user avatar

15 30 50 per page
1
2 3 4 5
22415