320 questions
0
votes
0
answers
25
views
SwiftUI arrow key keyboard shortcuts don't function for iPad
I would like to use the arrow keys as keyboard shortcuts in an app that I am building for iOS/iPadOS, for the sake of users with a hardware keyboard.
The following code works fine for iPhone, but not ...
2
votes
1
answer
130
views
iPadOS26 SwiftUI Table component content scrolls visible behind header
Issue
After upgrading to Xcode 26 and iPadOS26 I recognized that if I am using the SwiftUI Table-component and I scroll the content, the content will flow behind the header and is still visible. It ...
0
votes
1
answer
51
views
Cannot automatically highlight a navigation item in NavigationSplitView on iPad or visionOS
I am building an app using NavigationSplitView, when previewing on Mac I can simply use List(selection: $selected) to highlight an item by default. Whether the correct content or details panel is ...
4
votes
2
answers
677
views
Xcode 26 (beta 6), iPadOS 26: StatusBar overlaps with NavigationBar after presented viewController rotates and dismissed
I want to hide status bar JUST for a presented viewController. The issue relays when the presented view appears, at first it seems there is an additional space in the navigationBar which need to be ...
1
vote
1
answer
233
views
Can we create back side texture in RealityKit, ARKit and Swift application in one go?
I am using the code below to create a flat object using coordinates we generate in TwoPointCircleView class.
It is OK we see object just as we wanted but when we rotate object like 180 degree around x ...
0
votes
1
answer
69
views
Stage Manager obstructs drag and drop in my app on the iPad
My iOS app features several controls that display lists of items. These items can be reordered using drag and drop.
The problem is that drag and drop functionality does not work when the list is ...
0
votes
0
answers
22
views
How to dispatch a key command on the currently active window on iPadOS?
In an iOS app with SwitUI lifecycle that supports multiple windows, I have defined main menu items using .commands on the WindowGroup.
The app's structure is pretty simple, it contains ...
0
votes
1
answer
48
views
Layout constraint error when using a UINavigationController with UITabBarController on iPadOS
I have a Xcode 16.3 Swift/UIKit project that does programmtically setup a UITabBarController in SceneDelegate like so:
func scene(_ scene: UIScene, willConnectTo session: UISceneSession, options ...
0
votes
0
answers
40
views
Associating a Scene with an external event
I'm working on an iPadOS SwiftUI app supporting multiple scenes, each Scene responds to a particular way in which the app was launched. If app was launched by tapping an associated file or a deep link ...
2
votes
1
answer
116
views
Add toolbar item to the floating keyboard assistant bar in iPadOS? (not the usual keyboard toolbar)
This is a iPadOS hardware keyboard assistant bar related question.
I want to do this (app is iA Writer, so it's definitely not a private API)
However, when I try to use
.toolbar {
...
-3
votes
3
answers
116
views
Is it guaranteed that tasks in DispatchQueue or OperationQueue will complete when switching back to the app later, assuming the app was not terminated
Is there a chance that tasks queued (eg. DispatchQueue.global()) but not yet start could be discarded, even if the app hasn’t been terminated, after switching to another app or locking the screen for ...
2
votes
1
answer
424
views
iPadOS 18 TabView covers NavigationSplitView Toolbar Items
I updated my App to iOS and iPadOS 18.
The app uses the TabBar, which was previously at the bottom of the screen, and a NavigationSplitView in one tab.
The new TabBar is at the top and covers my ...
1
vote
0
answers
85
views
ExtAudioFileRead throwing AVAudioSessionErrorCodeResourceNotAvailable error on iOS and iPadOS 18
Calls to ExtAudioFileRead are throwing OSStatus 561145203 (AVAudioSessionErrorCodeResourceNotAvailable) on iOS and iPadOS 18 -- earlier versions of iOS have not exhibited this behavior. This is a ...
0
votes
0
answers
132
views
How to Restrict Resizing window of iOS App Running on macOS in React Native with Expo?
I am developing an iOS app using React Native with Expo, and the app is primarily designed for iPhone and iPad. However, when running the app on macOS with an M chip, users can resize the window, ...
0
votes
2
answers
454
views
SwiftData deletions not triggering a View update in SplitNavigationView - iPad
On an iPad, the leftmost pane (Sidebar) of a SplitNavigationView has a toolbar button that displays a sheet. This sheet can load or delete all SwiftData objects. These objects are listed in the second ...
3
votes
0
answers
230
views
Is there a way to open developer tools on an iPad without a Mac?
I don’t mind if I have to install another browser, I just want to be able to see and use developer tools. In particular the ability to view and edit the source code of a web page, and access the ...
0
votes
0
answers
283
views
How to communicate with USB-C smart card reader in iOS/iPadOS?
I am quite new to iOS programming. I am trying to communicate with a CCID-compliant USB-C smartcard reader using the TKSmartCardSlotManager interface of the CryptoTokenKit framework. I am building ...
1
vote
1
answer
102
views
TextField's do not fill from autofill suggestion
When I'm on the login form, I get an account suggestion to autocomplete. But when I select it, the Textfields are not filled.
Strangely, when I go to the passwords menu and select the same account ...
0
votes
1
answer
127
views
Multitasking Controls button is missing for my app in iPad
I am making my iPhone app to support iPad .
But after running in Xcode 's iPad simulator , I found that the Multitasking Controls button (three dot button) is missing in my app's statue bar ,
but ...
1
vote
1
answer
633
views
How to enable Stage Manager on an iPad Simulator
The Stage Manager option is available on iPadOS 16.4, however it disappeared after iPadOS 17. How to use Stage Manager on iPad Simulator after iPadOS 17?
1
vote
0
answers
37
views
Flutter - how to prevent an app being closed by user on IpadPro (iPadOs 17)
I'm developing a tablet application for a cafe. The application is for commercial use only and will not be published on the app store. This is an application for the user to place an order, such as ...
0
votes
0
answers
60
views
Javascript does wrong calculation in iOS 17.2
I just noticed that JavaScript is doing wrong calculations in iOS 17.2
You can find the sample code on codepen: https://codepen.io/liveman/pen/MWxmyVv
This is the code to calculate the positions:
->...
4
votes
1
answer
1k
views
Progressive Web App icon on iOS and iPadOS loses transparency
I am experimenting with creating a Progressive Web Application. I've created a manifest and icons as described in https://web.dev/learn/pwa/web-app-manifest. I can install it on iOS and iPadOS as ...
2
votes
1
answer
447
views
Using Adhoc Profile for DriverKit show error: Xcode 14 and later requires a DriverKit development profile enabled for iOS and macOS
We got an app for iPad which has two targets one for the App itself (MainApp target ) and another one for the Driver ( Driver Target ) using DriverKit.
The app works fine in Development, but I'm ...
0
votes
0
answers
115
views
Launching an application in Apple Business Manager
I have a free application for iPad in the app store. Now I need to add the application to Apple Business Manager so that one organization that wants to use the application can automatically deploy it ...