Posts tagged with ‘Swift’
-
Swift.org Blog Post: ‘Using Upcoming Feature Flags’
May 30, 2023
This will likely be my only post this week not somehow related to next week’s LIVE near WWDC 2023 show.
-
The Xcode 11 and Swift Package Combo Platter
September 12, 2019
Since the Swift Package Manager (Swift PM or SPM) was introduced in late 2015 it has seemed like a natural fit for Xcode and SPM packages to work well together at some point in the future. At WWDC 2019, Apple announced that future was arriving in Xcode 11.
-
Drive Time with the Swift Standard Library
July 19, 2019
The last week and a half or so, I’ve been driving up and down the East Coast. (Hello I-95, my old friend. I’m paying tolls on you again.)
-
A Generic Swift Blog Post
June 14, 2019
I began investigating SwiftUI to see if it is indeed the shortest path to a great app. Since then, I committed an update to the MemeMaker project that makes the initial interface a list of examples. I was experimenting with passing a different View into each row as the destination of the row’s NavigationButton, rather than hard-coding the destination.