Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS 14 break CubeLayout #60

Closed
97mik opened this issue Sep 17, 2020 · 9 comments
Closed

iOS 14 break CubeLayout #60

97mik opened this issue Sep 17, 2020 · 9 comments

Comments

@97mik
Copy link

97mik commented Sep 17, 2020

Xcode 12, iOS 14.
iOS 12 - everything is fine
Screen Recording 2020-09-17 at 6 28 11 PM

@97mik 97mik changed the title iOS 14 break CubeLayout Xcode 12 break CubeLayout Sep 17, 2020
@97mik 97mik changed the title Xcode 12 break CubeLayout iOS 14 break CubeLayout Sep 17, 2020
@lautarodelosheros
Copy link

Same here, it's breaking with the new update. Any updates on this, or any workaround?

@KelvinJin
Copy link
Owner

Hey guys, thanks for reporting. I'll have a look this weekend. Should be an easy fix!

@eaceto
Copy link

eaceto commented Sep 19, 2020

Hi Kelvin. If you need help testing this, or figuring out why, let us now so we can help you. I could find right now why this happens!
Also, just to confirm. It seems to work okey on iOS 12, the problem seems to be Xcode, not iOS.
thanks!

@KelvinJin
Copy link
Owner

@97mik @lautarodelosheros @eaceto Hey guys, version 1.1.0 is now released. It should fix this issue on iOS 14. Let me know if it works for you guys!

@97mik
Copy link
Author

97mik commented Sep 20, 2020

@KelvinJin it works for me, thanks!

@97mik 97mik closed this as completed Sep 20, 2020
@eaceto
Copy link

eaceto commented Sep 20, 2020

It is still broken for me, building with Xcode 11.7 and running on iOS 13

@KelvinJin
Copy link
Owner

@eaceto Hey, I just tested the Example project with Xcode 11 and iOS 13 simulator. The cube animator is working correctly for me. My understanding of this issue is it's only introduced by iOS 14 UIKit changes. Previous iOS versions should be fine. Do you want to create a new issue regarding your particular problem? Be aware that Cube animator changes the transform/anchorpoint of the cell's contentView so make sure you avoid changing these two properties yourself.

@KelvinJin
Copy link
Owner

@eaceto #61 Now I understand why I couldn't reproduce your issue. Have a look at the other issue ticket.

@eaceto
Copy link

eaceto commented Nov 2, 2020

I fixed it. Could I send a MR?

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

No branches or pull requests

4 participants