aataraxiaa / ScalingCarousel

A super simple carousel view with scaling transitions written in Swift
MIT License
756 stars 98 forks source link

Too many animations are taking place at one time #31

Closed MaeseppTarvo closed 6 years ago

MaeseppTarvo commented 6 years ago

Hey, I tried your example project but it has only black screen and gives the following in the console:

ScalingCarousel_Example[65453:1493416] +[CATransaction synchronize] called within transaction

aataraxiaa commented 6 years ago

I have not seen this, can you provide a sample project demonstrating this issue please?

aataraxiaa commented 6 years ago

See this now @MaeseppTarvo, thanks, will look to fix

aataraxiaa commented 6 years ago

Hi @MaeseppTarvo, I just release version 2.2 of ScalingCarousel, which fixes the 'black screen' issue. It was not caused by the error message in the console. This error message is still present, but does not affect the example project.