AnimatedTransitionGallery is an iOS demonstration application that collects many custom transitions between view controllers. The examples are built around the UIViewControllerAnimatedTransitioning protocol and related transition APIs. Its catalog includes line, ghost, brick, blur, dissolve, flash, page-curl, ripple, fade, bounce, cube, fold, portal, flip, zoom, and carousel effects. Several transitions use Core Image, while others rely on custom geometry and animation controllers. The gallery brings implementations from multiple open-source projects into one interface for direct visual comparison. Building the complete application requires initializing its Git submodules after cloning the repository. ...