CardNavigation

A UINavigationController subclass that displays its view controllers as an interactive stack of cards.

Features

✅ Fully interactive and interruptible
✅ Works seamlessly with UIScrollView
✅ Works in any orientation

Getting Started

CardNavigation consists of a single class: CardNavigationController. Use it like you would any other UINavigationController:

import CardNavigation

...

let cardNavigationController = CardNavigationController(rootViewController: SomeViewController())
Swift

GitHub

A navigation controller that displays its view controllers as an interactive stack of cards.Read More

Latest commit to the main branch on 4-19-2021
Download as zip