python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Message Composer in Mac Catalyst not working
I have an iOS app that gives support to Mac Catalyst (and runs in Mac OS). In the app, I have a feature where users can send text messages (basically select phone number, enter message content) via MF...

Rajat Mishra
Votes: 0
Answers: 0
How to change iOS ported macOS Catalyst app name?
After porting the app over to macOS using Catalyst, the window now has the correct app name; however, app names for the actual app in the Applications folder, the menu bar, and Dock is the Xcode proje...
XY Li
Votes: 0
Answers: 1
How to disable ESC to exit full screen in Mac catalyst (or in AppKit)
Our App is a fullscreen app, but user can still exit fullscreen mode by press ESC, I wonder how to disable ESC to exit fullscreen, and disable cmd+ctrl+f to enter fullscreen

Monzy Zhang
Votes: 0
Answers: 0
How to listen for escape key in UITextField on MacCatalystApp?
I'm working on a MacCatalyst app. I want to listen for escape key when user is editing a UITextField.
I can listen to return key by accepting UITextFieldDelegate with method
func textFieldShouldRetur...

Rohit Vishwakarma
Votes: 0
Answers: 1