๐ณ๐ฌ | Software Engineer @Apple | previously Engineer Lead @ForeFlight a @Boeing Company | Rogue Biochemist | Swift all the things | All around good guy ๐
If you haven't tried it yet, check out Settings -> Accessibility -> Live Captions (Beta); this is one of many amazing #a11y features in iOS 16. The feature captions any audio out OR in! Honored to have worked on this and beyond stoked for the team to have shipped it!
Happy Birthday ForeFlight! 15 years ago today @vectorstofinal and I threw ~$4500 in a pot and started a remarkable company that transformed the way we all fly. Itโs been one heck of an adventure.
An under apriciated power trick in SwiftPM is to quickly get a package into edit mode:
> swift package edit swift-nio
Edit a piece of code you think needs to change, and confirm in your project -> then, submit the fix! ๐ #swift#WWDC22
Congrats to the Swift team for a big update. It's exciting to see a mainstream language bring distributed actors for IPC/RPC (on the path to memory safety, almost completing the 2017 Swift Concurrency Manifesto) and native /regex/'s integrated with pattern matching! ๐ฏ๐
One cool additions to List that is going to make it even easier to build complex UI is a new initializer taking a collection of edit operations.
You can have an editable list with delete and reorder operations synthesized for you. Check it out here:
https://t.co/WHfxFAOSxu