Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can activityIndicator and placeholder image be used at the same time? #68

Open
dong opened this issue Sep 23, 2015 · 0 comments
Open

Can activityIndicator and placeholder image be used at the same time? #68

dong opened this issue Sep 23, 2015 · 0 comments

Comments

@dong
Copy link

dong commented Sep 23, 2015

It seems the followings don't work for me.

cell.asyncImageView.image = [UIImage imageNamed:@"avatar.png"];
cell.asyncImageView.showActivityIndicator = YES;
[cell.asyncImageView setImageURL: url];

or

cell.asyncImageView.showActivityIndicator = YES;
cell.asyncImageView.image = [UIImage imageNamed:@"avatar.png"];
[cell.asyncImageView setImageURL: url];

Any suggestions? Thanks.

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

No branches or pull requests

1 participant