iOS Dev Weekly - iOS Dev Weekly - Issue 574

Apple and open-source. Something is happening in plain sight! 👓
 

iOS Dev Weekly

 
View on the Web    Archives

ISSUE 574  September 2nd 2022

 
Comment

  Comment  

 

It’s easy to miss if you’re not paying close attention, but Apple is doing lots of open-source work these days.

The most obvious example this week was the open-source release of the DocC version of The Swift Programming Language book. 🚀

It makes perfect sense, of course. An open-source programming language should have open-source documentation. However, given that the book initially appeared as closed-source, I’d imagine getting the momentum together to make this happen didn’t come easily.

But it’s not just that. There are libraries, too. Lots of libraries, with new ones arriving all the time. Like this week’s release of swift-nio-imap. Lots of this library work focuses on server-side Swift, but not all of it. There are also packages like swift-argument-parser and swift-collections, and tools like DocC and swift-format.

Finally, there’s plenty of work going on with the organisation of open-source effort through the workgroups. This all started with the Swift Server workgroup, but recently expanded to new ones like the Language workgroup, Documentation workgroup, and the Website workgroup that works on the also recently open-sourced website.

I have speculated before that it might make sense for Apple to create something that uses server-side Swift, maybe an “iCloud functions” type product? However, the longer it goes, the less sure I am that’s the plan. Instead, perhaps the plan is already well in progress, building an open-source foundation for server-side Swift that community frameworks like Vapor can build on, or services like AWS Lambda can leverage.

Whatever the reasons, it seems like Apple and the Swift team are committed to working in the open with more than just the language and tooling, and I like that. 👍

Dave Verwer

 
 

  Sponsored Link  

 

iOS App Security: Is it really better than Android?

One of the main ways Apple protects its ecosystem is its complex code signing process aimed at preventing code tampering and re-distribution. But is it adequate? This helpful infographic outlines the biggest misconceptions around iOS security. Learn more.

guardsquare.com

 
 
 

  News  

 

Xcode Cloud subscriptions now available

If you’ve been waiting to upgrade your Xcode Cloud tier for more hours, now’s the time! All mention of the word beta is gone from the marketing page, so it’s possible Apple consider this a full release. You can use 25 hours/month without charge until the end of 2023, so if you want to try it for free, make sure you do it before then!

apple.com

 
 

  Tools  

 

Sourcery Swift Package command plugin

There are a couple of reasons to read this post from Pol Piella. First, it’s an article about creating a command plugin for with Swift Package Manager. Then, it's also a nice demonstration of using Sourcery to solve a real-world problem.

polpiella.dev

 

Xcode's refactoring options for async/await

Is anyone else guilty of only using the Xcode refactoring menu for “Rename…”? 🙈 Marco Eidinger encourages us to look deeper with the addition of async/await refactoring in Xcode 14. If you want to see them in action, he also posted a Twitter thread with videos.

eidinger.info

 
 

  Code  

 

Create Live Activities With ActivityKit

The headline feature on Apple’s iOS 16 preview page is the Lock Screen. Is it because of some new hardware features? We’ll find out next week! One of the major enhancements is live activities, and if you’d like to add one to your app, check out Batikan Sosun’s advice on getting started.

betterprogramming.pub

 

Sharing cross-platform code in SwiftUI apps

There’s no doubt that SwiftUI makes cross-platform¹ development easier, but there are still some rough edges as you get beyond the basics. Jesse Squires shows off a technique that he demonstrates with some clipboard code but can easily be adapted for other situations.

¹ I wish there was a concise way to say “cross-platform, where the platforms are all Apple platforms”. Maybe I should use cross-Apple-platform, but it feels awkward. 😬

jessesquires.com

 

Using CoordinateSpace to draw over a SwiftUI List

Creating a list in SwiftUI is straightforward, but what if you needed to draw something over the top of the list items so it could move independently of the row clipping? Matthew Flint has a great example of doing just that!

daringsnowball.net

 

Three UIKit Protips

Do lose sleep thinking about force unwrapped variables as a result of needing to assign values outside of initialisation? I liked the solution that Steve Landey mentions in this post of using an @AssignedOnce property wrapper. I also hadn’t come across Kotlin’s late initialisation before reading this article!

steveasleep.com

 
 

  Design  

 

Exploring the Legacy of Aqua

Spend five minutes today looking over Nick Babich’s thoughts on Aqua, the original UI that arrived with OS X. You won’t regret it.

babich.biz

 
 

  Books  

 

Pro SwiftUI

I knew this book from Paul Hudson would be a little different when the Preface had me opening up a swiftinterface file from deep inside the iPhone Simulator SDK. Is this an advanced book? Yes. Is this a book that will let you better understand how some of the internals of SwiftUI work? Yes. Is it also a practical book? Yes. I can’t imagine Paul releasing something that didn’t ultimately focus on practical skills. 👍

For full disclosure, Paul sent me a review copy of the book.

hackingwithswift.com

 
 

  Jobs  

 

iOS Programmer @ 37signals – 37signals is hiring 2 iOS programmers to help build and maintain our mobile applications. We’re best known for making Basecamp and HEY, writing business and software books (Getting Real, REWORK, REMOTE, It Doesn’t Have to Be Crazy at Work, and Shape Up), and inventing the Ruby on Rails framework. – Remote (Anywhere)

Senior iOS Engineer @ Polywork – Polywork is a well-funded startup looking for a second iOS developer to join the team. We’re building a modern professional social network that recognizes people as more than their job titles. – Remote (within US timezones)

Mobile Full Stack Engineer @ Expensify – Join our passionate team of top-notch engineers to solve a real-world problem, and help people spend less time managing expenses and more time pursuing their real goals. – Remote (Anywhere) with some on-site work (Australia, United Kingdom, or United States in CA, MI, NY, or OR)

iOS SDK Developer @ Stream – You will write and maintain our open-source SDKs that are used by hundreds of our customers and consumed by hundreds of millions of their users. – Remote (within US or European timezones)

Senior iOS Engineer (Swift) @ GoodNotes – GoodNotes is a top-rated paid-for productivity app, available to use on iPad, iPhone and Mac devices with over 10m MAU. You will own your projects and work alongside a high-calibre cross-functional team to continue delivering a product our users love! – Remote (within European or Asia-Pacific timezones) or on-site (Hong Kong or United Kingdom)

Senior iOS Engineer @ Sendwave – We currently have a 4.6-star rating on Trustpilot — people put their faith in us to deliver their money quickly, securely, and affordably. And we’re pretty darn proud of that. – Remote (within US or European timezones)

 

Are you looking for a new challenge at work? Check out the full selection of jobs over on iOS Dev Jobs.

 
 

  And finally...  

 

How many cameras will next week's new iPhone have? You decide! 📸📷📸📷📸

 
You received this email because you subscribed via the iOS Dev Weekly site.
We'll be sorry to see you go but you can unsubscribe instantly.
 
Shiny Development Ltd. Daresbury Innovation Centre Keckwick Lane Daresbury Cheshire WA4 4FS United Kingdom
 
 

 
 
Š2022 iOS Dev Weekly | Privacy Policy | Twitter | Suggest a Link
 
Published with Curated

Older messages

iOS Dev Weekly - Issue 573

Friday, August 26, 2022

Have we reached peak Regex with RegexBuilder? 🕺 View on the Web Archives ISSUE 573 August 26th 2022 Comment One prominent feature of Swift's upcoming iOS 16 and macOS Ventura releases is a complete

iOS Dev Weekly - Issue 572

Monday, August 22, 2022

How did I do on my quest to have more "blank days" over the last year? 🙇‍♂️ View on the Web Archives ISSUE 572 August 19th 2022 Comment I wrote these words exactly one year ago: I'm going

iOS Dev Weekly - Issue 571

Friday, August 12, 2022

Is SwiftUI less flexible or hackable than AppKit or UIKit? Maybe, but that's probably a good thing. 🪩 View on the Web Archives ISSUE 571 August 12th 2022 Comment Something struck me as I read

iOS Dev Weekly - Issue 570

Friday, August 5, 2022

Software development is a lot like rock climbing, I think! 🧗‍♂️ View on the Web Archives ISSUE 570 August 5th 2022 Comment I don't think I've ever written about it before, but I believe there

iOS Dev Weekly - Issue 569

Friday, July 29, 2022

Where would you write Swift code without Xcode? TextEdit? 👎 Microsoft Word? 👎 Or … View on the Web Archives ISSUE 569 July 29th 2022 Comment I've been meaning to check out the Swift for Visual

You Might Also Like

Stripe makes more changes

Thursday, April 25, 2024

TikTok is in trouble, and net neutrality is back View this email online in your browser By Christine Hall Thursday, April 25, 2024 Welcome back to TechCrunch PM, your home for all things startups,

💎 Issue 414 - From a Lorry Driver to Ruby on Rails Developer at 38

Thursday, April 25, 2024

This week's Awesome Ruby Newsletter Read this email on the Web The Awesome Ruby Newsletter Issue » 414 Release Date Apr 25, 2024 Your weekly report of the most popular Ruby news, articles and

💻 Issue 414 - JavaScript Features That Most Developers Don’t Know

Thursday, April 25, 2024

This week's Awesome Node.js Weekly Read this email on the Web The Awesome Node.js Weekly Issue » 414 Release Date Apr 25, 2024 Your weekly report of the most popular Node.js news, articles and

💻 Issue 407 - The Performance Impact of C++'s `final` Keyword

Thursday, April 25, 2024

This week's Awesome .NET Weekly Read this email on the Web The Awesome .NET Weekly Issue » 407 Release Date Apr 25, 2024 Your weekly report of the most popular .NET news, articles and projects

💻 Issue 414 - Everyone Has JavaScript, Right?

Thursday, April 25, 2024

This week's Awesome JavaScript Weekly Read this email on the Web The Awesome JavaScript Weekly Issue » 414 Release Date Apr 25, 2024 Your weekly report of the most popular JavaScript news, articles

📱 Issue 408 - All web browsers on iOS are just Safari with different design

Thursday, April 25, 2024

This week's Awesome iOS Weekly Read this email on the Web The Awesome iOS Weekly Issue » 408 Release Date Apr 25, 2024 Your weekly report of the most popular iOS news, articles and projects Popular

💧 Don't Bother Liquid Cooling Your AMD CPU — Why You Should Keep Using Live Photos on iPhone

Thursday, April 25, 2024

Also: We review the Unistellar Odyssey iPhone Telescope, and More! How-To Geek Logo April 25, 2024 Did You Know Charles Darwin and Abraham Lincoln were both born on the same day: February 12, 1809. 💻

💻 Issue 332 - 🥇The first framework that lets you visualize your React/NodeJS app 🤯

Thursday, April 25, 2024

This week's Awesome React Weekly Read this email on the Web The Awesome React Weekly Issue » 332 Release Date Apr 25, 2024 Your weekly report of the most popular React news, articles and projects

💻 Issue 409 - Sized, DynSized, and Unsized by Niko Matsakis

Thursday, April 25, 2024

This week's Awesome Rust Weekly Read this email on the Web The Awesome Rust Weekly Issue » 409 Release Date Apr 25, 2024 Your weekly report of the most popular Rust news, articles and projects

📱 Issue 411 - AI Starts to Sift Through String Theory's Near-Endless Possibilities

Thursday, April 25, 2024

This week's Awesome Swift Weekly Read this email on the Web The Awesome Swift Weekly Issue » 411 Release Date Apr 25, 2024 Your weekly report of the most popular Swift news, articles and projects