uikitformac Questions

3

Solved

I've seen some Catalyst apps add a search bar to the NSToolbar and was wondering how I could do the same. Would I have to import AppKit/Cocoa to get an NSSearchField and the actual NSToolbar? Or is...
Susquehanna asked 6/10, 2019 at 19:52

5

Solved

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?
Dickson asked 12/7, 2019 at 19:34

7

Solved

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 outline when active. I've noticed it in Apple Cat...
Humidifier asked 20/8, 2019 at 15:49

3

Solved

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 can we disable resize mode and give fix frame f...
Cloudland asked 7/8, 2019 at 6:44

6

Solved

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 build. I get errors like "Use of undeclared type '...
Supralapsarian asked 10/7, 2019 at 9:4

2

We are converting our iOS app to Mac Catalyst compatible using Swift in Xcode 11 beta 5. We have facing issue that default DatePicker not shown in window. I am trying this solution for mac and it w...
Stace asked 9/8, 2019 at 7:19

2

Solved

After getting excited about 2019's WWDC announcements, I tried compiling my existing iOS app against the MacOS using Xcode 11.0 beta. Unfortunately, it didn't go as expected. Xcode says my static ...
Friendship asked 6/6, 2019 at 14:44

2

NSOpenPanel is not available on platform "UIKit for Mac": https://developer.apple.com/documentation/appkit/nsopenpanel If Apple doesn't provide a built-in way, I guess someone will create a librar...
Machine asked 18/6, 2019 at 9:23

1

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 detect a single modifier key press: UIKeyCommand(i...
Cavein asked 26/9, 2019 at 19:35

1

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 UIKitForMac, but linking in .tbd built for macOS, file '...
Roam asked 9/7, 2019 at 21:28
1

© 2022 - 2024 — McMap. All rights reserved.