enum RealmEnumExample: String, Codable, PersistableEnum { case hot, cold, cloudy, rainy } final class RealmExample: Object, ObjectKeyIdentifiable { @Persisted(primaryKey: true) var id: Int @Persisted var...
Is there any to check app is running on My Mac (Designed for iPad)?
These options don't work:
if ProcessInfo.processInfo.operatingSystemVersionString.contains( Mac OS X ) { print( Mac Designed for iPad ) } else { // Running on an iPad or other...
In my app I am scanning QR codes using camera, In case if user touches screen it should autofocus at that point but sometimes app crashes. Here is code for that function in which app crashes at code line device.focusPointOfInterest = focusPoint...
I can't install the new project in IOS simulator. When I run
pod install
I get FirebaseAuth requires CocoaPods version 1.12.0 which is not satisfied by your current version 1.11.3 message. I have executed the below command to update pods but...
I'm not sure because the project haven't been touched in months but it seems that the problem did appear after I upgraded MacOS to Sonoma. I am on an Intel Mac.
A fully working app doesn't run at all and instantly crash at start with the following...
I'm confused about implementing external monitor support via Airplay with SwiftUI.
In SceneDelegate.swift I'm using UIScreen.didConnectNotification observer and it actually detects a new screen being attached but I'm unable to assign a custom...
I am facing a challenge in SwiftUI and would appreciate some guidance. In my code, I'm working with a NavigationPath() object and need to obtain the last two items from the stack. Specifically, this operation should occur within a view named...
When submitting my App to App Store Connect, regarding the export compliances i had to send a filled out the form 'crypto_declaration-demande_autorisation_operations_annexe1.pdf' and send it to the email address 'controle@ssi.gouv.fr'
I am currently working on an application that's built with FlutterFlow and facing a unique challenge with the iOS browser version of the app. I've built audio recording functionality into the app using FlutterFlow's start/stop audio tools and my...
What is the easiest and most elegant way to check if a UIView is visible on the current UIScrollView's contentView? There are two ways to do this, one is involving the contentOffset.y position of the UIScrollView and the other way is to convert the...
I have an iOS application written in Swift 2 in Xcode 8.2.1, that's built for iOS 10.2.
I've had a number of crash reports from TestFlight and despite symbolication, none of the crash logs show any program state besides the stack-traces (no...
I am a developer working on a cross-platform application utilizing MAUI Blazor. My inquiry specifically pertains to MAUI Blazor apps running on iOS. I've encountered situations where the Blazor WebView within the app is forcefully reloaded due to...
I'm currently working on a SwiftUI project and facing an issue with the ScrollView component. Specifically, I'm trying to implement functionality similar to WhatsApp or Telegram chat, where the content of the ScrollView moves up when the keyboard...
I am trying to set up a SwiftUI app that shows different UI on the device's app and the external, non-interactive display (like Keynote does when presenting).
I have a Java script page opened in my App in a webview. I have registered visibility change event on this page. When I call safari view controller from it, then the page doesn't get visibility change event at all and neither it gets that when...
Вы не можете начинать темы Вы не можете отвечать на сообщения Вы не можете редактировать свои сообщения Вы не можете удалять свои сообщения Вы не можете добавлять вложения