You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.
When working with AutoLayout (programmatically), the FBShimmerView is not created with initWithFrame, but just by init. This gives a shimmering speed issue. (Shimmering is way to fast.)
Could you try this after the latest commit? Some code was adjusting the highlight before the frame was set, but it should be fixed now. Let me know if that works for you.
When working with AutoLayout (programmatically), the FBShimmerView is not created with initWithFrame, but just by init. This gives a shimmering speed issue. (Shimmering is way to fast.)
I created a gist to demonstrate the issue: https://gist.github.com/MichMich/9535985
The text was updated successfully, but these errors were encountered: