
Using Packages to create an installer for distributing macOS apps outside of the Mac App Store
macOS developers will most likely be faced with the requirement to build an installer for apps they want to — or
macOS developers will most likely be faced with the requirement to build an installer for apps they want to — or
WWDC 2020 was finished just a few days ago under unprecedented conditions for first time. Virtually, all developers around the
The first version of SwiftUI doesn’t come with a native UI component for multiline text field. For multiline input,
SwiftUI list is very similar to UITableView in UIKit. In the first release of SwiftUI, Apple’s engineers already made
The initial release of SwiftUI didn’t come with a native collection view. You can either build your own solution
Did you know that a macOS app can read and write outside of its container when sandboxed? Did you know
Earlier, we explored the use of UIViewRepresentable and show you how to integrate UITextView into a SwiftUI project. While you
One of the most common tasks that iOS -and not only- developers are called to perform in their programming endeavours
Since the advent of OS X Mojave and especially Catalina and the requirement for app notarization, some of us old-time
Welcome to another macOS tutorial! In this post we are about to learn how to create a macOS application that
I enjoy so much working with the SwiftUI framework. Like most new frameworks, however, one drawback is that it doesn’
The List view in SwiftUI is very similar to the table view in UIKit. It is also designed for developers