I need more info to better understand the problem, but if I had to guess, I'd say the object is…
Sep 29, 2020, 6:35 AM
I need more info to better understand the problem, but if I had to guess, I'd say the object is released because there is no strong references to it. So, try to store the created menu/object in a private property instead of a local...
How to Access the AppKit API From Mac Catalyst Apps
Aug 19, 2020, 3:51 PM
Two techniques to access AppKit from Catalyst apps in pure SwiftContinue reading on Better Programming »
I need to know what exactly doesn't work so I can help.
Jun 10, 2020, 10:38 AM
I need to know what exactly doesn't work so I can help.
Calling iOS and macOS Hidden API in Style!
Apr 27, 2020, 7:46 AM
In this post, we’ll see how we can use the Swift attributes @dynamicMemberLookup and @dynamicCallable to create a wrapper around…Continue reading on The Startup »
Saudi Arabia shamelessly ripped off my Corona Tracker app and published it on the App Store
Apr 1, 2020, 3:21 PM
A government institution shamelessly ripped off my Corona Tracker app and published it on the App StoreMore than a month ago, I decided to develop a Coronavirus tracker app for iOS and macOS after I felt the need for such an app, and found...
Firebase Crashlytics for macOS Apps
Feb 7, 2020, 6:08 AM
How to Set up Firebase Crashlytics for macOS AppsAlthough macOS and Catalyst are not officially supported by Firebase, yet, some services can be used in macOS apps right now. I’ll explain how to connect Firebase with macOS apps and set up...