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
1 answer

NSDateFormatter output difference from iPadOS 13 to 14

On iPadOS 13, when the user sets "24-hour time" to FALSE, the following code would produce the following output: Code: + (NSString *)dateStringFromDate:(NSDate *)date { NSDateFormatter *dateFormatter = [[NSDateFormatter alloc] init]; …
Mike Buss
  • 980
  • 9
  • 25
0
votes
0 answers

Specific arbitrary location of movable views in a ScrollView in SwiftUI (no auto-layout)

I would like to have a scroll view with a lot of subviews that have a custom location and can be touch-moved around by the user. They might also have some other controls in them (including text fields or even text editors). I tried the…
Stiivi
  • 2,077
  • 2
  • 16
  • 27
0
votes
2 answers

set individual Area inside Map in MapKit

I am trying to set an individual Frame which defines the visible area of the Map. Currently all the annotations are shown with mapView.showAnnotations but they aligned to fit in the whole iPad screen view. So they are partially hidden by Floating UI…
PRSHL
  • 1,359
  • 1
  • 11
  • 30
0
votes
2 answers

R package for the new IpadOS 2020

I´m trying to install R in my new Ipad but i can´t find a package that completely fits on it and can replace my old laptop. Can anyone tell me if its possible to code in R in IpadOS? Thanks
0
votes
1 answer

How to capture mouse events on iPadOS

How do we capture mouse events on iPadOS using Swift? EX: Mouse click, scroll, move[x,y position] ,etc.. I 've seen a plenty for macOS but not for iPadOS . Can some one please help throwing some light on how to capture mouse events on iPadOS devices…
0
votes
1 answer

Recognize UISwipeGestureRecognizer with two-finger scroll on trackpad

I have a UISwipeGestureRecognizer added to my view that is recognized when you swipe down with one finger. I want this to also be recognized when you swipe down with two fingers on a trackpad while hovered over this view. Is this possible? It…
Jordan H
  • 52,571
  • 37
  • 201
  • 351
0
votes
0 answers

How to create different layouts for portrait and landscape in launch storyboard?

My app has different layouts when in the iPad is in horizontal or in vertical orientation. It uses the size of the view controller to determine its orientation – regardless of the device's actual orientation (for example, the iPad Pro in split…
adib
  • 8,285
  • 6
  • 52
  • 91
0
votes
1 answer

How can I distribute a Catalyst Application?

how can i distribute a Catalyst app? The app supports: iOS, iPadOS and macOS. What should i select in AppStore Connect for creating a new app?
SwiftiSwift
  • 7,528
  • 9
  • 56
  • 96
0
votes
1 answer

Manually saving scene NSUserActivity on iOS/iPadOS 13

I have implemented iOS/iPadOS 13 state restoration using NSUserActivity, mainly because my app supports multiple scenes. The problem is that when I'm running the Simulator with two side-by-side scenes and force restart the app by rebuilding the…
Rivera
  • 10,792
  • 3
  • 58
  • 102
0
votes
1 answer

How to achieve the parallax effect using UIPointerInteraction for Collection View Cells

I am trying to achieve a parallax effect that is similar to that of tvOS. When a user points to a cell (via a mouse or trackpad in iPadOS), I want the cursor to take the form of the cell. I read and followed Apple's documentation on this, see here:…
P. B.
  • 51
  • 3
0
votes
0 answers

iPadOS/iOS 13.4 Enterprise Apps crash

I have notice that my enterprise apps after update to iPadOS 13.4 crash (like when provisioning profile expires, but they are up to date) but seems like when user redownload ipa file from server and install it again everything works. What is even…
Bercikk13
  • 3
  • 1
0
votes
1 answer

Remove elements from string array while in a for loop whose looping condition depends on string array size

I have a string array which I want to remove elements from depending on values in an indexPath array, generated from a 2 finger pan gesture over table rows. The loop repetition count depends on the size of the string array, and the relevant string…
Tirna
  • 383
  • 1
  • 12
0
votes
0 answers

iOS on-screen keyboard: how can I prevent it appearing, assuming a hardware keyboard present?

I'm maintaining a heritage iPad app for professional end-users. It has a UITextField to accept ASCII-only strings. All users have physical Bluetooth keyboards and don't want to see the (intrusive) on-screen keyboard at all. How do I suppress it? The…
Ian Clark
  • 19
  • 3
0
votes
0 answers

Modal Presentation with clear Background creates Box on iPad around View - issue iOS 13

I am using a modal presentation with the ability to pull the VC down. But the VC background color is clear so only half the screen has the VC over it. Everything is perfect on the iPhone but when I run it on the iPad or when I use Mac Catalyst, it…
Nevin Jethmalani
  • 2,726
  • 4
  • 23
  • 58
0
votes
0 answers

My app screens looks too small for ipad 12.9"

My ipad app looks good on 9.7, 10.5 inches screen, but when it comes to 12.9", the app looks too small. For example, the collection view cells, looks too small on the screen. I am trying to do two things here, Increase fonts for the whole app,…
sajang
  • 63
  • 7
1 2 3
18
19