Post not yet marked as solved
I have an application that uses the mouseDown and mouseUp functions.
After installing the Mac OS Monterey, the mouse in my app is not working (not reacting in app)
Xcode v13.1 last update
Thank for any possible help
Giuseppe Biondo
Post not yet marked as solved
I need to detect if the screen il locked or unlocked when my app is running in background.I can't find documentation regarding this matter for swift programming.Some source reference ?
Post not yet marked as solved
I have to merge to pictures as NSImage to one with Swift 4 codeWhere can I find an example or code ?
Post not yet marked as solved
I have an qpplication that displays a PDF file as a webView.load.The strange is that the PDF is shown with the simulator (iPad Air 2) but when running in the device, the PDF file is not displayed and the app does not set any error.Any help is welcome.
Post not yet marked as solved
I am working for an iOS applications for iPAD that should run in different ways depending on options or say, depending on "parameters".For practical reasons, I wish to "parametrize" the application by means of a simple TXT or CSV file written with a text editor and then passed to the iPAD.Two very simple questions:1. where can I load the TXT or CSV file to the iPAD and by means of which application ?2. how can I address the file path within the application ?Any help is welcomed.