Chris Eidhof (not here anymore) (@chriseidhof) 's Twitter Profile
Chris Eidhof (not here anymore)

@chriseidhof

Moved to @[email protected]

ID: 4295181

calendar_today12-04-2007 03:52:05

16,16K Tweet

27,27K Followers

727 Following

objc.io (@objcio) 's Twitter Profile Photo

Swift Talk 333 Sticky Headers for Scroll Views ↕️ We add a "sticky modifier" that makes views in a SwiftUI scroll view stick to the top when scrolling. talk.objc.io/episodes/S01E3…

Chris Eidhof (not here anymore) (@chriseidhof) 's Twitter Profile Photo

I figured it'd be a good idea to invest some more time into my personal website and slowly improve it. I finally implemented dark mode: chris.eidhof.nl. (Would still like to do some stuff for better code highlighting in dark mode as well).

objc.io (@objcio) 's Twitter Profile Photo

Swift Talk 334 Sticky Headers for Scroll Views (Part 2) ↕️ We fix a bug in our sticky header implementation by giving each header a unique identifier, and refactor for a simpler API. talk.objc.io/episodes/S01E3…

Chris Eidhof (not here anymore) (@chriseidhof) 's Twitter Profile Photo

Very cool. Once we have builtin predicates, maybe we could have builtin auto-layout syntax as well? `|-[find]-[findNext]-[findField(>=20)]-|`. Of course, Swift being Swift we should get rid of the square brackets, but otherwise it's fine? 🔥💯

objc.io (@objcio) 's Twitter Profile Photo

The final version of our Thinking in SwiftUI book – updated for iOS 17 – is out now! Available as eBook and paperback. objc.io/books/thinking…

objc.io (@objcio) 's Twitter Profile Photo

Swift Talk 394 Pretty Printing: Choices We add a choice operator to our pretty printing library, which lets us render the best output for a given column width. talk.objc.io/episodes/S01E3…

Chris Eidhof (not here anymore) (@chriseidhof) 's Twitter Profile Photo

We added an introduction, a page about debugging and a section about custom alignment IDs to the SwiftUI Field Guide: swiftuifieldguide.com

Chris Eidhof (not here anymore) (@chriseidhof) 's Twitter Profile Photo

Looking forward to meeting more people tomorrow at One More Thing Conference . I'll be there tomorrow 9-12 for any SwiftUI questions you might have (in the tent outside). And giving a talk about SwiftUI animations on Wed at 10am. Come and say hi!

Nicholas Christowitz (@nchristowitz) 's Twitter Profile Photo

Created a new page for SwiftUI Field Guide's workshops! Develop an intuition for SwiftUI fundamentals, guided by the host with the most, Chris Eidhof (not here anymore) swiftuifieldguide.com/workshops/?utm…

Chris Eidhof (not here anymore) (@chriseidhof) 's Twitter Profile Photo

Working on a workshop about SwiftUI animations. It turns out that it's very doable to drive a particle system using SwiftUI's builtin keyframe animations...