Releases: CosmicMind/Motion
Releases · CosmicMind/Motion
Swift 4
- Updated to
Swift 4
. - Fixed a couple memory leaks.
Minor Updates
Minor internal updates.
Motion README
- Added Motion logo to README.
Complete Rework
- issue-5: Added the ability to add custom timing functions.
- issue-4: Fixed an issue where a white flash occurred when pushing/popping a view controller.
- issue-8: Added the ability to add animation immediately.
- issue-6: Added the ability to animate views that are not paired.
Learn more at: https://www.gitbook.com/book/cosmicmind/motion/details
Transitions
- Fixed an issue where using child view controllers would break
presenting
anddismissing
transition animations.
Xcode 8.3
- Updated for Xcode 8.3.
Stability
- Stability updates.
UINavigationController
- Fixed flickering issue when using
UINavigationController
as a container for transitions.
Completion & Depth
UIImagePickerController
- issue-1: Fixed issue where
UIImagePickerController
was having its defaultdelegate
property overwritten.