Hashnode © 2023
Connect with us:
9.5K
Followers
1.5K
Posts
blog.eidinger.info
In this blog post, I'll introduce the collection view Table in SwiftUI and explain how to leverage this view on iOS 16 to build a multiplatform app. S…
blog.nielsmouthaan.nl
Introduction The first version of Daily, a time tracking app for Mac, was released in 2013. It used Core Data to store data. Later, when NSPersistentCloudKitContainer was introduced, I added support for iCloud for synchronization and backu…
pavelstepanov.hashnode.dev
Let's imagine you need to add a dashed border to a view. Normally, you would write code like that. First iteration private func addUglyDashedBorder() { borderLayer = CAShapeLayer() let viewRect = CGRect(x: 0, y: 0, width: frame.size…
Natalia Panferova wrote an excellent article about how working with files and directories got much more straightforward in iOS 16. For example, we can…
Swift is a powerful and intuitive programming language for macOS, iOS, watchOS, tvOS, and beyond. It is a general-purpose, multi-paradigm, compiled programming language developed by Apple Inc. and the open-source community, first released in 2014.
iOS Engineer