facebookarchive / Shimmer

An easy way to add a simple, shimmering effect to any view in an iOS app.
Other
9.35k stars 1.11k forks source link

Shimmer crashes EarlGrey #76

Closed ArielSD closed 6 years ago

ArielSD commented 7 years ago

With the help of the engineers who wrote Google's EarlGrey testing framework, we found that including

[UIApplication sharedApplication].keyWindow.layer.speed = 100;

CAAnimations freeze and crash the app. The shimmering view freezes when it starts to shimmer, and isn't able to be dismissed.