5 Best Xcode Debugging Tricks You’re Not Using for iOS Development Nate Swanner, August 19, 2020 6 min read Apple’s Xcode IDE (integrated development environment) is an incredibly robust tool that most iOS developers use...
Swift Tutorial: Getting Started with Functions Nate Swanner, February 24, 2020 7 min read If you’re learning Swift, Apple’s new(ish) language for iOS and macOS development, trust us when we tell you that...
MacOS Developers Still Haven’t Warmed to Mac App Store Nick Kolakowski, December 19, 2019 3 min read Developers targeting macOS aren’t depending on the Mac App Store to sell their products, despite Apple engaging in...
Swift Tutorial: Getting Started with Strings Nate Swanner, December 11, 2019 9 min read Swift is a fun, simple language to pick up, and strings are one of the basic principles of the language. That may lead...
Swift Package Manager: What Is It, and Why Use It? Nate Swanner, November 21, 2019 9 min read For years, package management with Swift was accomplished with (often clumsy) CocoaPods or Carthage tooling. With...
Module Stability in Swift 5.1: Why It Matters Nate Swanner, October 15, 2019 4 min read Swift 5 brought us ABI stability, which is a major milestone in helping the language grow beyond Apple’s walled...
When It Comes to SwiftUI and Catalyst, the Roadmap Is Becoming Clear Nate Swanner, September 18, 2019 4 min read At WWDC 2019, Apple unveiled SwiftUI and Catalyst to the world. After months of tinkering, developers are starting to...
macOS Catalina Switches Default Shell From Bash to Zsh. But Why? Nate Swanner, June 12, 2019 4 min read When macOS 10.15 Catalina lands this Fall, it will have a new default shell in Zsh. Currently, macOS users have Bash...
Curious Why SwiftUI Uses the ‘$’ Prefix? Here’s What’s Going On. Nate Swanner, June 12, 2019 5 min read When SwiftUI launched at WWDC 2019, the Apple developer community was taken by surprise. Throughout the week, WWDC...
WWDC 2019: Xcode 11 is a Lot More Powerful With a Lot More Swift Nate Swanner, June 5, 2019 6 min read Xcode 11 launched in beta this week alongside the macOS 10.15 Catalina beta build. Xcode looks a bit fresher now, and...