- pr-76: Added missing module for Swift Package Manager.
- Updated Xcode 11 settings.
- Updated layout version in Xcode project.
- Added installation instructions to README.
- Updated to swift 4.2.
- pr-45: Fixed issue-44, view is hidden below status bar during call.
- issue-44: View is hidden below status bar when a call is active.
- pr-50: Allow framework to be linked from extensions.
- pr-53: Bug fixes and
MotionViewTransition
.- Made
MotionTransition.{start|update|finish|cancel}
methods public. - Changed to updating model before firing animations for
CALayer
animations. - Added reverting
XXForNextTransition
options back to default. - Fixed issue when interactive transition was cancelled it was calling finish instead of cancel.
- Fixed appearance transition callbacks for transition cancellation.
- Fixed resume time was calculated incorrectly.
- Fixed ~0.001 seconds precision issue by storing current time.
- Added
MotionViewTransition
to make transitions of views possible.
- Made
- pr-54: Added setCompletionCallbackForNextTransition.
- pr-55: Fixed UITabBarController had userinteraction enabled during transition.
- Updated for Swift 4.2.
- pr-42: Fixed unbalanced calls to begin/end appearance transitions.
- issue-29: Unbalanced calls to begin/end appearance.
- pr-40: Fixed delegation issue, where UINavigationController and UITabBarController were not correctly calling their delegate methods.
- Minor cleanup.
- Updated for Xcode 9.3.
- issue-26: Fixed typo.
- issue-1022: Fixed alpha issue, where alpha was being set to 1 and not respecting the initial set alpha value.
- issue-24: Fixed regression where view lifecycle functions were not being called.
- Fixed unbalanced calls in Motion transitions.
- Updated isMotionEnabled check, as it was determined incorrectly.
- Reworked Motion internals.
UIViewController.motionModalTransitionType
renamed toUIViewController.motionTransitionType
.- Updated logic steps for
TabsController.motionTransitionType
and child view controllermotionTransitionType
values.
- Added begin / end transition methods for from / to view controllers.
- Replaced DispatchQueue.main.async calls to Motion.async.
- Updated Motion for iOS 11, where snapshot would no longer include a container view.
- Submodule access rights update for Material.
- Updated to
Swift 4
. - Fixed a couple memory leaks.
- Minor internal updates.
- Added Motion logo to README.