Kyle Ye (@kyleswifter) 's Twitter Profile
Kyle Ye

@kyleswifter

Swift programmer / SDWG member / Darwin platform hacker / Indie / ex @ByteDance github.com/Kyle-Ye

ID: 1078645645265649664

linkhttps://kyleye.top/ calendar_today28-12-2018 13:35:36

691 Tweet

1,1K Followers

128 Following

Kyle Ye (@kyleswifter) 's Twitter Profile Photo

OpenSwiftUI 0.6.0 release: Highlights: - HVStack, Padding and Spacer support - offset and GeometryEffect support See full release notes: github.com/OpenSwiftUIPro…

OpenSwiftUI 0.6.0 release: 

Highlights:
- HVStack, Padding and Spacer support
- offset and GeometryEffect support

See full release notes: github.com/OpenSwiftUIPro…
Kyle Ye (@kyleswifter) 's Twitter Profile Photo

Just published a deep dive post into SwiftUI’s Spacer Learn how it actually works under the hood, the layout priority it carries, and how to use it correctly in complex stacks. 🧵 Read it here: kyleye.top/posts/everythi…

Kyle Ye (@kyleswifter) 's Twitter Profile Photo

Another objc runtime tip I learn today: Use `object_getClass(self)` instead of `[self class]` if you want to get metaclass for class while class for object. See detail in github.com/OpenSwiftUIPro…

Another objc runtime tip I learn today:
Use `object_getClass(self)` instead of `[self class]` if you want to get metaclass for class while class for object.

See detail in github.com/OpenSwiftUIPro…
Kyle Ye (@kyleswifter) 's Twitter Profile Photo

OpenSwiftUI 0.7.0 release: Highlights: - iOS Animation support - AsyncRenderer support (*) - onChange API support github.com/OpenSwiftUIPro…

Kyle Ye (@kyleswifter) 's Twitter Profile Photo

Finally close the long existing OpenSwiftUI dealloc crash issue after speeding almost 1 day to investigate and debug it. See full context here: github.com/OpenSwiftUIPro…