#299: Mid-Summer Update August 1st, 2024 · 29 minutes As the summer races by at an alarming pace, we plan the rest of our time and consider the value of keeping some of our plans secret. This episode of Under the Radar is sponsored by: Things: The award-winning to-do app. Download a free trial for […]
It took a long time, I mean years, but it finally happened. I stumbled on a struct which had a property of the same type. This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. […]
#298: The Storm July 19th, 2024 · 29 minutes The first few days after the launch of the Overcast rewrite, and how to process the mountain of feedback. This episode of Under the Radar is sponsored by: Indeed: Join more than 3.5 million businesses worldwide using Indeed to hire great talent fast. Stream this episode […]
In addition to scroll related view modifiers covered in the previous blog post, there is another one for detecting scroll view phases aka the state of the scrolling. The new view modifier is called onScrollPhaseChange(_:) and has three arguments in the change closure: old phase, new phase and a context. ScrollPhase is an enum with […]
#297: The Storm Before The Storm July 3rd, 2024 · 29 minutes Preparing for the launch of the big Overcast rewrite. This episode of Under the Radar is sponsored by: Indeed: Join more than 3.5 million businesses worldwide using Indeed to hire great talent fast. Stream this episode Source link
WWDC’24 brought some updates to scrolling. One of which is onScrollGeometryChange(for:of:action:) what we can use for reacting to scroll geometry changes. The view modifier has two closures, where the first one is transforming the scroll geometry into an arbitrary equatable type of our liking. If that value changes, the action closure is called. It is […]
How we think about what to tackle each year between WWDC and the fall OS releases. Links and Show Notes: Support Under the Radar with a Relay FM Membership Source link
WWDC’24 brought a lot of new and SwiftUI received many updates. One of which, is the new NavigationTransition protocol and the zoom transition. And that is pretty much what it contains at the moment. A built-in way to add a zoom transition to the view. Easy to get going, but does not provide customization, at […]
Every year I watch WWDC and write down some notes. But I’ve just realized that I’ve never shared those notes and it felt like something I should do, so I’ve decided to do just that! My approach is to pick a handful of sessions that are immediately useful / interesting to me and ignore the […]
#295: WWDC 2024 Interview June 13th, 2024 · 29 minutes In this special episode from Apple’s podcast studio at WWDC 2024, we interview Serenity Caldwell, Design Evangelist at Apple, and Kristin Oro, Product Marketing for Developer Technology on visionOS. Stream this episode Links and Show Notes Source link