static const in header cost: dyld ships with redundant 2KB data copy
Analysis of how static const variables in header files create duplicated symbols in dyld, leading to unnecessary binary bloat
Analysis of how static const variables in header files create duplicated symbols in dyld, leading to unnecessary binary bloat
A practical guide to using Swift's @_private(sourceFile:) attribute for testing private members, with best practices for safe usage in production code
Investigating a critical memory leak in SwiftUI TextField on iOS 17+ caused by AFUITargetDetectionController and providing workarounds
Exploring the internals of TimelineView and TimelineSchedule
In-depth analysis of debugging SwiftUI using AttributeGraph API
A comprehensive guide to SwiftUI's four spacer types - learn how Spacer, _TextBaselineRelativeSpacer, _HSpacer, and _VSpacer work internally, their sizing logic, and when to use each type effectively.
Dive deep into SwiftUI's Namespace property wrapper - learn how it works internally, how to use it effectively for matched geometry effects, and best practices for creating fluid animations in your iOS apps.
Learn how to dynamically construct generic types in Swift - a technique that's particularly useful for those working with advanced Swift patterns.
Exploring SwiftUI Link
WWDC23 Session 10244 解读
AttributeGraph Bug 定位