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

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 ...
Anton's user avatar
  • 3,399
2 votes
1 answer
130 views

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 ...
Tobonaut's user avatar
  • 2,522
0 votes
1 answer
51 views

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 ...
cchana's user avatar
  • 5,012
4 votes
2 answers
677 views

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 ...
aguilarpgc's user avatar
  • 1,233
1 vote
1 answer
233 views

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 ...
Hope's user avatar
  • 2,420
0 votes
1 answer
69 views

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 ...
Vlad Grigorov's user avatar
0 votes
0 answers
22 views

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 ...
Tom Kraina's user avatar
  • 3,709
0 votes
1 answer
48 views

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 ...
user1195883's user avatar
0 votes
0 answers
40 views

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 ...
NightFuryLxD's user avatar
2 votes
1 answer
116 views

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 { ...
Dovizu's user avatar
  • 435
-3 votes
3 answers
116 views

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 ...
Chat Dp's user avatar
  • 627
2 votes
1 answer
424 views

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 ...
Jan's user avatar
  • 23
1 vote
0 answers
85 views

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 ...
hgwhittle's user avatar
  • 9,426
0 votes
0 answers
132 views

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, ...
BR19_so's user avatar
  • 71
0 votes
2 answers
454 views

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 ...
Magnas's user avatar
  • 4,080
3 votes
0 answers
230 views

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 ...
DeepThought42's user avatar
0 votes
0 answers
283 views

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 ...
Preeti 's user avatar
  • 793
1 vote
1 answer
102 views

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 ...
Rui Liberal's user avatar
0 votes
1 answer
127 views

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 ...
ximmyxiao's user avatar
  • 2,923
1 vote
1 answer
633 views

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?
Saafo's user avatar
  • 846
1 vote
0 answers
37 views

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 ...
Yar_os_love_ lol's user avatar
0 votes
0 answers
60 views

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: ->...
stevie's user avatar
  • 5
4 votes
1 answer
1k views

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 ...
davidm_uk's user avatar
  • 768
2 votes
1 answer
447 views

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 ...
xarly's user avatar
  • 2,134
0 votes
0 answers
115 views

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 ...
Егор Нечвола's user avatar

1
2 3 4 5
7