Posts
All the articles I've posted.
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
Memory Management With Swift
Published: at 02:42 PMMemory Management With Swift: ARC, Strong, Weak, and Unowned Explained
Algorithms Complexity: All You Should Know About It
Published: at 09:22 PMMaster the fundamentals of algorithm complexity, including time and space complexity, Big O notation, and how to analyze the efficiency of algorithms