I’ve mentioned a few times that if Apple makes any moves towards a first-party Swift on the server framework that it’d make sense to start with “server functions” that run in iCloud somewhere. I’m not sure whether this new open-source library being part of the official Swift project increases or decreases the likelihood of that happening, but you should check it out regardless. 🚀
Picking a dependency manager isn’t just about what packages/libraries support which dependency manager. This fascinating article from Xavier Lowmiller looks into how the three dependency managers affect your app in terms of build time, launch time, and the increase in your app’s size. There are much more significant differences here than I expected!
Here’s Sarah Reichelt on using the PointFree snapshot testing library to test both iOS and macOS apps. I especially liked the idea here of verifying large accessibility sizes with this technique. It’s easy to forget, and can often break - a combination which always makes an excellent case for automated tests.
We use the same library to do our snapshot testing in the Swift Package Index, and it’s worked great for us too. 👍
I first came across zld a few weeks ago but seeing Peter Steinberger show the potential improvements to a real-world project convinced me I should link it here. Honestly, I would only ever consider replacing the default linker in huge projects, but if you’re in that situation, this looks great. You might also want to read Daniel Dunbar’s thoughts on swift-llbuild2 from a couple of weeks ago if linkers are your thing.
I enjoyed this piece Drew McCormack on how he’s thinking about SwiftUI, and why it all comes down to text fields. Yes, it’s trivial to implement a simple text field in SwiftUI today, but could you build Pages, BBEdit, or Microsoft Word with it? Text editing is always an area where Apple platforms (especially macOS) have excelled, so it’s a challenging, but significant indicator.
Looking for a UIButton
that works in AR? How about a UISlider
, or a UIStepper
? Max Cobb is here with what you need. Some commonly used UI components, that echo the look of standard iOS controls, in RealityKit. 🤯 There are a great many new UI paradigms that AR is going to enable, but sometimes you’ll still need to push a button. 😂
Tim Ekl proves Betteridge’s law of headlines in this piece on a broken idle timer when upgrading an app to use scene delegates. One to watch out for if you’re also stopping the screen from sleeping.
I thought I had noticed everything there was to see about the beautiful UINavigationController
swipe back transition, but I had not. Here’s Sarun Wongpatcharapakorn with a detail that I had missed, and how to implement it. 😍
Arthur Van Siclen with a love letter to Apple’s use of the squircle.
There are plenty of apps (both native, and web) that’ll help you dress up your app’s screenshots for your App Store listing, but not many that’ll do the same for your preview video. The best way to get up to speed here is to watch this short video showing how it works. 👍
This Twitter thread, started by Shihab Mehboob was fascinating. Notice one thing about all the people showing their successful graphs in the replies? None of them had overnight success. It takes time, patience, and hard work. I especially liked this point by Jordan O’Connor - It may be obvious in hindsight, but it’s the kind of thing it’s easy not to think about, so it’s worth calling out.
Finally, don’t miss Jordan Morgan’s latest post. There’s so much to learn from it.
Mobile Software Engineer @ Doximity – Doximity, the social network for doctors and healthcare workers, is hiring passionate iOS engineers (remote friendly!) with 5+ years of experience. You’ll get to be part of an amazing product team and work on an app that is used by over 70% of US doctors to help them deliver better patient care. Use your skills (Swift, Obj-C, FRP) to improve lives and make the world a better place. – San Francisco, or Remote (within US timezones)
Looking for a job? There’s more available over at iOS Dev Jobs. I know I say it every week, but it’s true! 😂
An .xcscheme
file in Space Force? Congratulations to SwCrypt on 15 minutes of fame! 😂