Code examples for new APIs of iOS 10.
-
Updated
May 1, 2024 - Swift
Code examples for new APIs of iOS 10.
Animated hamburger menu from Javi Perez's Nominazer app using iOS 10's new UIViewPropertyAnimator class
HalfModal mimics the behavior of the drawer of Apple's shortcut application. It is realized using a combination of UIViewPropertyAnimator.
This application demonstrates the usage of UIViewPropertyAnimator to create a fully interactive and interruptible custom navigation controller transition.
Trial about UISpringTimingParameters with UIViewPropertyAnimator
A simple iOS app demonstrating how to add some animations to spice up your app!
we'll look at how to customize a UICollectionViewController so that we can introduce a blurry header at the top of our list. This is relatively simple using a custom UICollectionViewFlowLayout component along with a UIViewPropertyAnimator class.
Spring animation demo playground using UIViewPropertyAnimator
Pullable view using UIViewPropertyAnimator
Add a description, image, and links to the uiviewpropertyanimator topic page so that developers can more easily learn about it.
To associate your repository with the uiviewpropertyanimator topic, visit your repo's landing page and select "manage topics."