Skip to content
This repository has been archived by the owner on May 23, 2022. It is now read-only.

Animations not working as expected in iOS 10 #46

Closed
jonkykong opened this issue Sep 19, 2016 · 7 comments
Closed

Animations not working as expected in iOS 10 #46

jonkykong opened this issue Sep 19, 2016 · 7 comments

Comments

@jonkykong
Copy link

Previous to iOS 10, notifications would drop from the top of the screen as expected. There is no animation in iOS 10 and it seems to appear instantly.

A preliminary search indicates this may be the problem: http://stackoverflow.com/questions/38965727/handling-autolayout-constraint-animation-differences-in-ios-10

Ideally, whatever solution fixes this should still work in previous iOS versions.

@morizotter
Copy link
Owner

Thank you for reporting. Isn't it solved in version 3.0.2?
I fixed yesterday 💦

@jonkykong
Copy link
Author

@morizotter the latest version of your pod is 2.4.2. If you've resolved this issue, you haven't published it yet.

@morizotter
Copy link
Owner

Ah, yes. Pod version was 2.4.2. I have to solve the pod problem.. You can use 3.0.2 with Carthage.

@morizotter
Copy link
Owner

In https://github.com/morizotter/SwiftyDrop/releases/tag/3.0.3 , animation fixed but it's written in swift 3.0.

There is no swift 2.3 brach for now...

@jonkykong
Copy link
Author

I still need 2.3 as my project depends on other libraries that haven't been migrated to 3 yet, and 2.3 vs 3 don't play nicely. I went ahead and incorporated your changes in v. 2.4.2 from 3.0 in the interim.

@morizotter
Copy link
Owner

morizotter commented Sep 20, 2016

@jonkykong 2.3 compatible release is now created!

https://github.com/morizotter/SwiftyDrop/releases/tag/2.5.0

Anyway, thanks for using SwiftyDrop!

@jonkykong
Copy link
Author

Thank you, @morizotter!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants