Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

I was thinking how do you think if I add a property for it, so that we can achieve the effect for delay-shimmering. #32

Closed
zzz6519003 opened this issue Aug 8, 2014 · 2 comments

Comments

@zzz6519003
Copy link

For example,

shimmeringView.delayTime = 3.0;
// Start shimmering in 3 seconds.
shimmeringView.shimmering = YES;

This is used in my own project~ 🍺

@grp
Copy link
Contributor

grp commented Aug 9, 2014

When I've wanted this, I've used dispatch_after() to set the shimmering property. Would that work for your use case?

@zzz6519003
Copy link
Author

Of couse it will work, but it think maybe abstraction it in code is better~

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants