This document discusses Automatic Reference Counting (ARC) in iOS. It explains how ARC manages memory by automatically retaining and releasing objects, eliminating the need for manual memory management. Key points covered include how ARC handles strong and weak references, transitioning between non-ARC and ARC code, and some tips for using ARC in practice.
try! Swift - Advanced Graphics with Core AnimationTim Oliver
In March 2016, I presented at the try! Swift conference in Tokyo on Core Animation! Here are my slides from the presentation, with the content themselves in Japanese, but my original English transcript in the notes.