๐ค Why Sticking with Writing actually Matters โ๏ธ
Build Your App's UI Faster
ComponentsKit provides free, customizable UI elements that help you move quickly and spend more time on features that matter.
This message is brought to you by a sponsor who helps keep this content free for everyone. If you have a moment, check them out - your support means a lot!
Welcome to issue #55 of the iOS Coffee Break Newsletter ๐ฌ.
Writing this newsletter every week has kind of become my happy place! It is now a regular part of my routine, a way to reflect on recent thoughts and share exciting updates from the community. It encourages me to keep up with what others are creating and gives me space to unpack my own ideas and thoughts.
I honestly didn't think it would catch on like this. But somehow ... it did. We have crossed 1,000 subscribers, with people finding it through Twitter, LinkedIn, Reddit or my website.
However, it really made me smile last week when I received direct messages from some of you suggesting topics you'd like to see covered. That really made my day. I promise I'll be exploring those ideas in upcoming editions ๐ค.
As we reach the 55th edition of the newsletter, I just want to say thank you ๐. Thank you for reading, for engaging, and for being part of this journey.
Have a great week ahead ๐ค
CURATED FROM THE COMMUNITY
๐ A Peek into My Debugging Process (With Real Examples)
I'm not sure about you, but I really missed Pol's writing.
Luckily, he's back! This time, Pol dives into his experiences with debugging real-world problems in his apps: from hidden crashes to surprising system prompts, and the tools that help him along the way!
โก Let's Build: Digital Rain (Matrix Code)
In a previous article of the Let's Build series, Natan by Swift Toolkit recreates the iconic Matrix Code effect in the Terminal: Digital Rain.
If you are a fan of The Matrix, this is definitely a must-read!
๐จ Detecting Device Landscape Orientation in SwiftUI
If you have been using SwiftUI, you have likely run into challenges when trying to detect device orientation.
In his latest article, Artem explores a robust method: determining orientation by examining the screen's aspect ratio with GeometryReader.
โณ Creating amazing loading animations with SF Symbols
SF Symbols has come a long way since it was first introduced, and starting with iOS 17, it now supports advanced styling and dynamic value effects on many of its default icons.
In his latest article, Daniel shows how to leverage SF Symbols and their powerful symbol effects to build impressive loading animations in SwiftUI, without relying on complex custom code.