Cash App Jan 23, 2020

Improving Animations on iOS with Stagehand

Article Summary

Cash App just open-sourced Stagehand, their solution to a problem that's plagued iOS developers since 2008: building animations shouldn't feel like archaeology.

Nick Entin from Cash App traces the messy evolution of iOS animation APIs (from CoreAnimation's stringly-typed key paths to UIKit blocks) and introduces their modern Swift framework that finally brings compile-time safety and composability to animation development.

Key Takeaways

Critical Insight

Cash App's Stagehand framework brings modern Swift patterns to iOS animations with compile-time safety, composability, and visual snapshot testing built in.

The demo app shows how Cash App uses this internally for screen transitions, and the testing approach could change how teams prevent animation regressions.

Recent from Cash App

Related Articles