Blog Posts

Blog Post Mar 2020

Understanding Deep Copy and Shallow Copy in Swift

Swift iOS Programming
  • Explains the difference between Swift value types and reference types.
  • Compares deep copy and shallow copy behavior in real application code.
  • Shows how `NSCopying` enables independent copies for class-based models.
Blog Post Dec 2019

Interaction of SVG Images in Your iOS App

iOS Swift SVG
  • Introduces interactive SVG rendering in iOS using the Macaw library.
  • Shows how to detect and respond to taps on individual SVG elements.
  • Covers zoom, pan, and loading SVG assets from remote sources.