143 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
80
views
TipGroup tip presented as sheet iOS 18 instead of a popover tip
While using TipKit's TipGroup I encountered what I believe to be a bug:
The second tip of the TipGroup is presented as a sheet.
I've watch the two WWDC sessions about TipKit and the implementation ...
0
votes
0
answers
61
views
List content jumps down when dismissing search
When using searchable and .navigationBarDrawer(displayMode: .always) inside a TabView, the content of a list has a visible jump when cancelling search. I'm working in iOS 18.
I've moved modifiers all ...
0
votes
1
answer
1k
views
App no longer runs in latest Xcode 26 Beta 5
Since installing the Xcode Beta (version 26.0 beta 5), it no longer runs my app on iPhone 11 and also not on iPad 10.2, running iOS 18.5 and iOS 18.6.
The crash is caused by UIToolbar and leads to ...
-5
votes
1
answer
77
views
Layout not called when constraints have been applied, particularly to labels, under a view? (Could be a bug / simulator problem.)
I had a custom UIView V which adds a stack view S with three labels L. It draws some CAShapeLayer lines.
class CustomView: UIView {
///Consumers supply some texts and other info
var input: [ ...
0
votes
1
answer
74
views
SwiftUI Document-Based App Issues: Files Don't Appear in "Recents" When Created
I'm experiencing an issue with a SwiftUI document-based app where document files are not appearing in the "Recents" tab or anywhere in the Files app when created from the "Recents" ...
3
votes
0
answers
76
views
Spotlight only finds titles, not contentDescription using AppIntents/CoreSpotlight in iOS 18
I’m implementing Spotlight search for notes app, using iOS 18’s AppIntents and CoreSpotlight. While my notes are indexed, the transcript and aiSummary fields (assigned to contentDescription and ...
0
votes
1
answer
74
views
SwiftUI Document-Based App Bug: Documents Opening Twice
The Problem
I'm building a document-based app using SwiftUI, and I've encountered a critical bug in iOS 18.4 where any document opened in the app is being opened twice simultaneously. This makes the ...
0
votes
2
answers
97
views
Passing an AppStorage Toggle Status to a ViewModel
I want to give users of my app the option of turning on app sound confirmations. I am having trouble passing the toggle status (soundStatus) from the view menu (contentView) to the viewModel (...
0
votes
0
answers
57
views
Reload widget is no longer working in iOS 18.4
We have a widget that can be reloaded using an intent when tapping a button. This has worked fine from iOS 17 and up to 18.3, but with iOS 18.4 it stopped working. The tap on the button seems to be ...
1
vote
2
answers
166
views
How can I change tabBarPlacement programmatically?
I'm using the adaptableSidebar tabViewStyle. How can I change the placement of the tabBar programmatically? I know its value can be read with @Environment(\.tabBarPlacement) var tabBarPlacement.
I'd ...
1
vote
1
answer
64
views
Disambiguation for .system.search AppIntent
I'd like to display a list of items to disambiguate for a fulltext search intent. Using the Apple AppIntentsSampleApp, I added TrailSearch.swift:
import AppIntents
@available(iOS 18.0, *)
@...
0
votes
2
answers
1k
views
How to Support iOS 14 and Earlier with New Features When Building with Xcode 16 (iOS 18 SDK) for App Store Submission?
Apple’s upcoming requirement (as per Apple’s announcement) states that apps submitted to the App Store after April 24, 2025, must be built with Xcode 16 or later using the iOS 18 SDK. I understand ...
0
votes
1
answer
67
views
iOS 18.2 app shows time in 24-hour format regardless of device settings (Swift 5.9)
I'm developing an iOS app using Swift 5.9 on iOS 18.2.
When displaying time using DateFormatter, the app always shows time in 24-hour format—even when the device is set to use the 12-hour format (i.e.,...
5
votes
2
answers
379
views
TipViewStyle layout broken in iOS 18.4 – Tip message gets truncated
I’m using a custom TipViewStyle to modify the background and slightly adjust the layout of the Tips in my app. Everything looked great until iOS 18.4. Since updating, the layout is being compressed, ...
0
votes
1
answer
342
views
Universal Link works directly but not via redirect on iOS 18
We're facing an issue with Universal Links on iOS 18 and above. The problem seems related to how iOS handles redirects before reaching a Universal Link.
When we open this direct Universal Link, the ...