1/ You notice something about a direct report. Engagement dipping. Pressure rising. A shift in how they handle ambiguity. You form a read, mean to revisit it, and three weeks later half of it is gone.
Roland Leth
@roland.leth.ro
iOS developer with extensive full-stack experience, focused on user experience https://roland.leth.ro/projects/reckon - track your decisions and your calibration https://roland.leth.ro/projects/continuum - manage your team, thoughtfully
The decision you made last month has already been rewritten in your memory to match how it turned out. The version of you that hesitated is gone. So is anything you could have learned from being unsure. #decisionmaking #productivity 1/8
SwiftUI gives us a lot of control when styling SF Symbols, including custom foreground styles. One simple technique is to apply a foreground style with an inner shadow to make an icon look cut out from its background: nilcoalescing.com/blog/AddAnIn... #SwiftUI #iOSDev
Add an inner shadow to a symbol image in SwiftUI
Create a cut out icon effect in SwiftUI by applying a foreground style with an inner shadow to an SF Symbol image.
nilcoalescing.com
iOS 18 lets us animate UIKit views using SwiftUI animations, which can simplify our code and help create a more consistent experience in projects using both frameworks. I just published a blog post that explains how it works: nilcoalescing.com/blog/Animate... #iOSDev #SwiftUI #UIKit