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

iCarousel UIView does not show scrolling animation of top most view #800

Open
navneet21sharma opened this issue May 8, 2017 · 1 comment

Comments

@navneet21sharma
Copy link

Hello Team,

I am facing an issue of scrolling of ICarousel view while doing iCarouselTypeRotary type of animation. I have to show a HTML text in a view so We are using a textview for showing html by making an Attributed text(Attached screen shot). When i write that code to show html in textview in viewForItemAtIndex function then it shows scrolling issue (PFA video). I need to show HTML text in UITextview so please let me know how we can implement that in iCarousel. I am working on Xcode 8.3.2. Whenever i remove that HTML showing text then it animates perfectly.

Thankyou

screen shot 2017-05-08 at 4 12 47 pm

iCarousel_Bug.zip

@Viliasas
Copy link

I know that this is a very old issue, but it might help someone in the future. I've noticed that I got this issue while using attributedText in the main queue. So I was able to bypass this, by using "dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^(void){})".

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

2 participants