Dinesh Harjani
dinesharjani@hachyderm.io
<p>iOS/macOS Developer for Nordic Semiconductor ASA<br />Hobbyist Film Photographer & OG Formula One Fan</p>
Posts
-
Post #2229398
I... this is what you get under Catalyst for applying a .glassEffect(.regular) to a GroupBox. Xcode 26.4. I guess it&#39;s because I&#39;m still &lt;checks notes&gt; using the 2019 Intel Mac Pro? (Please note the irony on the last sentence)
-
Post #2229397
So, when building a Mac Catalyst app and running it with Xcode 26.4 and matching macOS, in “Scaled for iPad&quot; mode instead of the other “more Mac&quot; option of the toggle, it&#39;s absolutely ignoring 90% the time when being asked to hide NavBar navigation items / titles.
-
Post #2229396
The more work experience you have in different environments, the more you&#39;ll come to understand this guy has it absolutely right: https://andrewmurphy.io/blog/if-you-thought-the-speed-of-writing-code-was-your-problem-you-have-bigger-problems
-
Post #2229392
So I was watching (or I am watching) the Q&amp;A on Swift concurrency and I lost my mind when @holly mentioned async calls in defer bodies (for async methods only) is not only planned but also implemented for Swift 6.4! (ref: https://github.com/swiftlang/swift-evolution/blob/main/proposals/0493-defer-async.md) How did I not know about this before!? Thank you @swiftlang team!