Search results for

iPadOS 17.7.7

3,646 results found

Post

Replies

Boosts

Views

Activity

iPadOS 13 Dark Mode
I was testing out the new dark mode on my iPad and our app doesn't seem to show up correctly even though we have everything set up as default settings. For example, our background is normally white with black textlabels but in the dark theme it shows the same white background with white textlabels. Another example is that our textfields went from a white background to black and the text stayed black. Is this something that we will have to change or is this a bug that will have to be fixed?
1
0
703
Jun ’19
RealityKit and Objective-C?
With what's currently available with the first Xcode-11-Beta, and iOS/iPadOS 13 Betas, can we write Objective-C code that uses RealityKit?When I use Xcode 11 Beta to create an Augemented Reality App, chosing Objective-C and RealityKit, when it builds, it gives the error:Experience.rcproject: No Swift version specified. Set RCPROJECT_CODEGEN_SWIFT_VERSION to preferred Swift version. (in target 'ARTest1')Where would I add this RCPROJECT_CODEGEN_SWIFT_VERSION?I removed the Experience.rcproject file from the build, and it will build, but then it crshes when running on deivce with:*** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<UIViewController 0x107e04850> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key arView.'I don't see any kind of RealityKit.framework to add to the Build Phases / Link Binary With Libraries section in Xcode that might potentially resolve this.I tried creating a Single View App using Objective-C and hand-addin
1
0
1.4k
Jun ’19
I don't get it. What do users gain?
Opinions sought - I must be missing something. iOS 13 looks to have lots of interesting new stuff (especially iPadOS). On the other hand, Catalina:Removes 32-bit support completely.Removes Dashboard.Deprecates all Unix scripting languages - Ruby, Python etc.Does this slimming down mean it works on a wider range of hardware? No; same as Mojave. Does it use less memory, or less CPU power now? No information. Doesn't seem to, but hard to know in an early beta. What do users gain in compensation for the losses?I mean sure, iTunes is split up, but that's not currently giving new functionality. It's scattering the same functionality into different places. Rather ironically, the bloated iTunes ended up contributing to Finder bloat since Apple shoehorned iOS device management into there for some reason. Yes, we get Catalyst, and maybe for the end user one day it means more software, but right now the examples of good Catalyst ports look IMHO terrible - badly styled, out-of-place; officially sanctioned low-gr
6
0
2.0k
Jun ’19
Issue with control visibility in uitableviewcell in iPadOS
We have a control visibility problem in a uitableviewcell with the iPadOS.We use Xamarin.iosThe cell contains a main view that has a negative X.We capture a finger swipe with UiPanGestureRecognizer. We change the X of the main view of the tableviewCell according to the swipe of the finger.The controls that were visible move with the view, the controls that were hidden (by the fact that the x was negative) move also but they are white or invisible, but their action is always possible, a click on an invisible button triggers the event.Although we force the controls to refresh with a layoutifneeded, the controls remain invisible. (View, label, button)
0
0
395
Jun ’19
iOS/iPadOS 13, connected storage-drive
Hello!Regarding the new feature of the system Files.app, is there any possibility to get access to connected storage-drive contents inside a custom application? I want to implement my own visualisation of the user USB drives.If yes, can you provide examples of code?
Topic: UI Frameworks SubTopic: AppKit Tags:
0
0
509
Jun ’19
iPadOS 13.0 showing up as macOS 10.15??
I have upgraded (restored) to the latest iPadOS 13.0 beta on my iPadPro 9.7. As part of my company's security policy, we have to install MobileIron and a number of certificates to gain access to email/calendar info. Everything seems fine during the first phase of the profile download and installation. However, when I tried to launch MobileIron again, I would get an Unable to Reach Server Error. When I go into My Devices ==> Info in MobileIron, it shows the OS version on the iPad is now macOS 10.15!?!... Any idea why this would be the case? Is this what's preventing my iPadPro to Connect to the Server as it shows the wrong version of the OS? On my iPhoneX, the OS version shows iOS 12.3 on the same screen.Any help will be highly appreciated!George
3
0
7.5k
Jun ’19
TouchID popup failed to shown ontop of app UI
Hi,I am developing an app that using TouchID (LocalAuthentication framework).The TouchID popup dialog sometimes shown behind the application UI. My expectation is it should shown ontop of my app UI. I have noticed that this only happened on iPadOS 13 developer beta 1. I have never facing the same issue on previous iOS version.Anyone facing the same issue?Here's the code snippet: __block LAContext *laContext = [[LAContext alloc] init]; if ([laContext canEvaluatePolicy:LAPolicyDeviceOwnerAuthenticationWithBiometrics error:&error]) { [laContext evaluatePolicy:LAPolicyDeviceOwnerAuthenticationWithBiometrics localizedReason:@Touch ID message here reply:^(BOOL success, NSError *authenticationError) { [laContext invalidate]; }]; }Additional note:* My test device is iPad 2018 model.
0
0
346
Jun ’19