Ryan Lintott

@ryanlintott.bsky.social

Indie/Freelance developer making the Old English Wordhord iOS app and various Swift Packages (mostly SwiftUI) like FrameUp, ShapeUp, and LookingGlassUI. He/him. Wordhord App: bit.ly/WordhordApp Swift Packages: thiswayup.dev ryanlintott.com

Finally updated ShapeUp to 1.0.0! Create corners using relative anchor points, apply corner styles, move/rotate/scale/mirror them with ease, add notches along any edge, and wrap them in a CornerShape that is automatically insettable and animatable. #SwiftUI #iOSDev github.com/ryanlintott/...

GitHub - ryanlintott/ShapeUp: Make shapes and cut corners in SwiftUI

Make shapes and cut corners in SwiftUI. Contribute to ryanlintott/ShapeUp development by creating an account on GitHub.

github.com

I’ve just started this brand-new group with Apple platforms developers. New here myself - say Hi to join. Please repost for some visibility.

Post nicht verfügbar.

Swift concurrency error in XCode 16.2 beta 3. The onPreferenceChange closure is now Sendable which means (unless I'm missing something) we can no longer modify main actor properties. I hope this closure can instead use @.MainActor because otherwise this is going to cause some big problems. #SwiftUI

SwiftUI onPreferenceChange view modifier that modifies a width property with warnings that read “Main actor-isolated property ‘width’ can not be reference from a Sendable closure”