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 Circle(Thumb) image issue #47

Closed
sacred0x01 opened this issue Sep 8, 2020 · 6 comments
Closed

iOS 14 Circle(Thumb) image issue #47

sacred0x01 opened this issue Sep 8, 2020 · 6 comments
Assignees
Labels

Comments

@sacred0x01
Copy link

With current beta 7 of iOS 14 library faced with issue right after touch end:
when update layout started with animateLayouts = YES;
Each time it shows additional resources from asset catalog (but same each time).
Hope it's only iOS 14 beta issue but rather strange

ezgif com-video-to-gif

Temp solution for now

- (void)endTouches
{  
...  
    if (@available(iOS 14, *)) {
        animateLayouts = NO;
    } 
...
}
@spromicky spromicky self-assigned this Sep 8, 2020
@spromicky spromicky added the bug label Sep 8, 2020
@spromicky
Copy link
Owner

Can you provide sample project to reproduce this issue?

@sacred0x01
Copy link
Author

@spromicky
SliderTest.zip

Got the same result.
Gonna try some resources variants (pdf vs png) - no luck.

@spromicky
Copy link
Owner

Thanks, i'll take a look.

@spromicky
Copy link
Owner

spromicky commented Oct 10, 2020

Fix will be released with 1.8.0 version. Thanks for demo project, its help a lot!

spromicky added a commit that referenced this issue Oct 10, 2020
@sacred0x01
Copy link
Author

sacred0x01 commented Oct 10, 2020

Thanks, i think it was really strange bug)

@spromicky
Copy link
Owner

Yep, already released btw.

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

No branches or pull requests

2 participants