Questions tagged [ipados]

iPadOS is the operating system running on the Apple iPad. Use this tag only for questions specific to iPad OS. Use the [ios] tag in most cases. Use the related tags [objective-c] and [swift] for issues specific to those programming languages.

iPadOS is the iOS-based operating system for iPad devices, created and developed by Apple. It was introduced on June 3, 2019.

Latest version: 13.2.3 released on November 18, 2019.

286 questions
0
votes
0 answers

Ipad iOS 14: icon badge flickering

I've found this strange behavior on ipad running ipados 14 (I've in both simulator and physical device installed 14.5, with 14.5.1 in the real one). I need to show an icon badge with a number based on work made within the app, so there is no…
Valerio
  • 3,297
  • 3
  • 27
  • 44
0
votes
1 answer

In Swift, is there a way to access the native property from the getter overridden by an Extension?

I have a iOS app that uses a library. This library used to have problems when the iOS or iPadOS device or simulator was set to be in Zoom mode in the system settings. The developer of the library has provided a fix, but he has told me that in order…
Alfonso Tesauro
  • 1,730
  • 13
  • 21
0
votes
1 answer

How to detect when app moves to task switcher and continues running

I have an app where I clean up some UI when the app moves to the background. The notification of the app moving to the background occurs if, for example, on the iPad, the user swipes up to invoke the task switcher. However, the app continues to…
Victor Engel
  • 2,037
  • 2
  • 25
  • 46
0
votes
0 answers

force UISplitViewController orientation to landscape on iPad

I am struggling to get my UISplitViewController to always stay in landscape mode. The mothods that work with other ViewControllers don't seem to work here. In my AppDelegate I have: var supportedInterfaceOrientation: UIInterfaceOrientationMask =…
Tilman
  • 734
  • 5
  • 10
0
votes
1 answer

Where can I find the Metal Feature Set for the Apple M1?

I can't find any information about the M1 feature set - the M1 isn't listed here: https://developer.apple.com/documentation/metal/gpu_features/using_metal_feature_set_tables/ The M1 iPad isn't out yet but the M1 MacBooks are, so it seems critical…
Jeshua Lacock
  • 5,730
  • 1
  • 28
  • 58
0
votes
1 answer

SwiftUi | Create an error message in a model or class that is available in all views

I want to create a generic api utility that I can implement in any model. Therefore, I am currently faced with the problem of outputting error messages from the model regardless of a view. The error messages are needed to trigger a "no internet" or…
Mike Keller
  • 65
  • 1
  • 7
0
votes
2 answers

When referring to an older version of macOS, do we still call it OS X?

I'm currently writing up some documentation for a project that has two implementations of the same feature: One uses Cocoa (10.10+) for compatibility and the other, SwiftUI (10.15+). When referring to the Cocoa build, should one use the "deprecated"…
JDev
  • 5,168
  • 6
  • 40
  • 61
0
votes
0 answers

How to add a label accessory to a sidebar item in SwiftUI

I'm building a SwiftUI app for iPad, using the new Sidebar UI introduced with iPadOS 14. Each sidebar item should have a label accessory. Here's how I'm building it, and the corresponding result: struct ContentView: View { enum NavigationItem…
Marcos Tanaka
  • 3,112
  • 3
  • 25
  • 41
0
votes
1 answer

How can I use ARKit while using Slide Over/Split Screen on iPadOS?

I have an app that uses ARKit to detect faces and send over the network the coordinates of interest, which works well. I would like this app to run in background, still sending the data over the network, while I would be using another app (almost)…
David Thery
  • 669
  • 1
  • 6
  • 21
0
votes
1 answer

Setting input value when keydown event triggered is incorrect on iPadOS 14 Safari

Use following code in html: Enviroment iPadOS14 +…
Ben
  • 84
  • 6
0
votes
1 answer

Switch SwiftUI NavigationView from a 3-column Layout to a "stacked" Layout

I have the following SwiftUI 3-column Layout with a NavigationView which works fine. If the window is becoming very small (width) on a Mac or the app runs in split screen on iPad I would like to change the NavigationViews behaviour like it is on a…
mica
  • 3,898
  • 4
  • 34
  • 62
0
votes
1 answer

I'm stumped how to pop a subview over a view with SwiftUI

I'm working on an app for iPad that is to be used to manage a personal cash budget. I'm working with XCode 12 building for iOS 14 using SwiftUI. I have most of the underlying MODEL work done, but I'm struggling with the UI. I've programmed in…
rpetruzz
  • 107
  • 1
  • 10
0
votes
1 answer

Combine two Xcode targets into one distributable app

I created two targets in my Xcode project. One for an iOS app, and the other for the iPadOS companion. Now I'd like to distribute them under one name and App Store link, but I can't submit different builds for iOS and iPadOS through App Store…
thecoolwinter
  • 861
  • 7
  • 22
0
votes
1 answer

How to remove this black line in swift5

I don't know how to remove this black line.
0
votes
1 answer

How do I use “Get Contents of URL” in an iOS Home app automation?

I want to use use my Apple TV 4K to make a daily call to a web URL; much like a cron Job if I had a home server. In theory, this should be so simple: Open iOS Home app Go to the Automation tab Create a new automation Choose A Time of Day…
Mike
  • 9,692
  • 6
  • 44
  • 61