I'm building an application that shares most of the code between macOS and iOS versions (targeting macOS 11 and iOS 14). UIKit for Mac seems like a na ...
I'm building an application that shares most of the code between macOS and iOS versions (targeting macOS 11 and iOS 14). UIKit for Mac seems like a na ...
Is it possible to easily enable right click on a Catalyst app within UIKitForMac? Currently the following code works perfectly on left click, but not ...
I'm making a todo-list app available on macOS and iOS using SwiftUI and mac catalyst. I wondered if it is possible to access every modifier available ...
When i minimize the application applicationDidEnterInBackground not called for Mac Catalyst. After some search i found that Background delegate method ...
How I can change caret color in textView for Catalyst version of my app? I tried to use but it doesn't works on Catalyst. I mean ...
I've strange interface behavior when I try to implement my notes app works on Mac with Catalyst. I made textview But after I creating new notes Ca ...
How can I present a context menu or even better a iOS Popover controller when right clicking in a MacCatalyst app? Right now I have it set up for long ...
I have a iOS/CatalystMacOS-app that can create, save, open custom text-files (with my own file extension). This works fine. However, now I need more t ...
In an app ported to Mac Catalyst, the camera interface always turned out to be blank. I have checked: the capabilities includes "Camera", the privacy ...
I am trying to port over our app to Mac. But it seems that what works for iOS/iPadOS does not show up on Mac app. Nothing popups at all. Saw an err ...
I am porting an iOS app on MacOS using UIKit for Mac also known as iPad Apps for Mac or Project Catalyst. The app uses keyCommands from UIKit to dete ...
I'm currently in the process of porting my iOS app to macOS using Project Catalyst. All of my text fields, text views and table views have a blue out ...
We are converting our iOS app to macCatalyst compatible using catalyst swift in xcode 11 beta 5. I am facing issue in some pod files which are not ye ...
We are converting our iOS app to macCatalyst compatible using catalyst swift in xcode 11 beta 5. We have facing issue that default DatePicker not sho ...
We are converting our Swift based iOS app to Mac compatible using Catalyst in Xcode 11. We are facing an issue in UI when user resize app window. So ...
According to Apple's documentation GLKit is in beta for Mac Catalyst. However, when attempting to run our iPad app with Mac selected as the device, w ...
I'm migrating my iOS app to support MacCatalyst but I'd like to prevent the window from being resized by the user. Do you have any tips for that? ...
I'm attempting to migrate my iOS app to support builds for the UIKitForMac target (project Catalyst!). I'm attempting to change an Info.plist flag ba ...
I build an app with the 2nd beta of Xcode 11, using SwiftUI, and everything worked completely fine, but now, with the 3rd beta, the app isn't even bui ...
I'm trying to compile my iOS app to work on macOS and after checking the Mac checkbox, I'm getting this error on compile: d: building for UIKitFor ...