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

Add ability to synchronize multiple shimmers #47

Closed arigreen closed 9 years ago

facebook-github-bot commented 9 years ago

Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign up at https://code.facebook.com/cla - and if you have received this in error or have any questions, please drop us a line at cla@fb.com. Thanks!

facebook-github-bot commented 9 years ago

Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks!

eikebartels commented 8 years ago

Do you have an example how to synchronize multiple shimmers?

grp commented 8 years ago

Generally, you'd just set the shimmeringBeginTime to the same value on all your shimmering views.

eikebartels commented 8 years ago

Ah yea make sense. Thanks a lot