very long list of everything because as Mathijs says “CMD+F’ing though the all page is so much faster then anything else”.
I hope the situation Jeff Johnson finds himself in is quickly resolved and caused by a one-off glitch, but it might be worth checking your figures from App Store Connect if you have two or more apps in a bundle. I’m sure Jeff would welcome more information if you also find discrepancies.
This isn’t the first time Chase Lewis has compared different technologies across mobile platforms, but this time he adds Flutter to the existing pair of SwiftUI and Jetpack Compose. I always find a quick glance at competing technologies interesting.
I’ve tried to create a Settings screen for a macOS app with SwiftUI twice, and while my second attempt was better than my first, I could never wrangle Form
to look “proper”. Paul Peelen manages it with style in his latest posts. The first post covers the layout of an individual page of settings and the second moves on to pages of settings.
Like with any advice, doing what Christian Tietze suggests here won’t fit every project, but I liked the idea behind this post and the example from sudo-rs. Move quickly at first, then tighten things up after you know it’s possible and working. It’s especially important when working on something related to sudo
, too!
I think David Smith’s approach to creating this video contributed to how great the end result is. Thinking about it as if it were a conference talk but then recording it as a tight, 15-minute dose of his experience is brilliant. He talks about inclusivity in many forms and it’s absolutely worth the 15 minutes it’ll take you to watch it.
What a gem of a book this is from Natalia Panferova! Yes, the pun is intended, 😂 but it’s also true. It’s got a nice mix of tips and techniques, and every “gem” is focused and concisely written. Thoroughly recommended. 👍
For full disclosure, Natalia sent me a review copy of the book.
Framework Developer @ PSPDFKit – Design API that will affect hundreds of apps, and create UI used by millions of users. Collaborate globally in a small team working on the leading document SDK for iOS, macOS and visionOS. Make the most of a flexible schedule, and attend annual retreats at exciting places around the world. – Remote (Anywhere)
Don’t forget to post any open positions you have available on iOS Dev Jobs. Post a standard listing for free and reach around 8,000 people, or add tens of thousands more with a featured listing, as PSPDFKit did!
Talking of the hard problems in computer science. It turns out it’s not naming things, cache invalidation, off-by-one errors, or any of the others you’ll have heard. It’s harder than all of those things!