Skip to content

Releases: CosmicMind/Motion

Xcode 11 Updates

23 Sep 14:02
Compare
Choose a tag to compare
  • pr-76: Added missing module for Swift Package Manager.
  • Updated Xcode 11 settings.

Xcode Project Layout Update

11 Sep 13:55
Compare
Choose a tag to compare
  • Updated layout version in Xcode project.

Installation Instructions

24 May 16:30
Compare
Choose a tag to compare
  • Added installation instructions to README.

Motion 3.1 - Swift 5 Support

16 May 15:11
Compare
Choose a tag to compare
3.1.0

wip: updated swift-version file

Motion 3 - Swift 4.2 Support

16 May 15:11
Compare
Choose a tag to compare
  • 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.
  • pr-54: Added setCompletionCallbackForNextTransition.
  • pr-55: Fixed UITabBarController had userinteraction enabled during transition.

Bug Fixes

19 Jul 18:51
Compare
Choose a tag to compare
  • pr-42: Fixed unbalanced calls to begin/end appearance transitions.
    • issue-29: Unbalanced calls to begin/end appearance.

NavigationBar & TabBar Delegation

28 Jun 01:57
Compare
Choose a tag to compare
  • pr-40: Fixed delegation issue, where UINavigationController and UITabBarController were not correctly calling their delegate methods.

Minor Cleanup

27 Jun 16:57
Compare
Choose a tag to compare
  • Minor cleanup.

Xcode 9.3

27 Apr 20:03
Compare
Choose a tag to compare
  • Updated for Xcode 9.3.

Minor Cleanup

08 Feb 17:44
Compare
Choose a tag to compare