Posts
All the articles I've posted.
Design Patterns: Decorator
Published: at 01:50 PMExplores how the Decorator pattern enhances object functionality dynamically without altering its structure, promoting flexible and reusable code.
How the UIKit Layout Engine Works Under the Hood
Published: at 11:41 AMDelve into the mechanics of the UIKit layout engine, exploring how it manages view hierarchies, constraints, and rendering to create responsive user interfaces in iOS apps.
Understanding any and some keywords in Swift
Published: at 02:56 PMLearn how the any and some keywords enable flexible type handling and protocol usage in Swift, enhancing type safety and performance in your applications.
Explore Method Dispatch in Swift
Published: at 10:12 AMDiscover how Swift determines method execution at runtime, enhancing your understanding of performance and code efficiency.
Responder Chain, Gesture Recognizers, Hit Testing, Main Event Loop
Published: at 02:44 PMA deep dive into how iOS apps handle touch events through the responder chain, gesture recognizers, hit testing, and the main event loop