JJSaccolo / UIActivityIndicator-for-SDWebImage

The easiest way to add a UIActivityView to your SDWebImage view
MIT License
817 stars 161 forks source link

Update SDWebImage #26

Open GabeJacobs opened 8 years ago

GabeJacobs commented 8 years ago

SDWebImage updated to 3.7.3 but UIActivityIndicator-for-SDWebImage requires specifically 3.7.0. Can you update the podspec please?

mogui commented 8 years ago

+1

Roshanzs commented 8 years ago

+1

wjiuxing commented 8 years ago

FYI: AFAIK, the SDWebImage framework has implemented activity indicator feature.

- (void)setShowActivityIndicatorView:(BOOL)show;

- (void)setIndicatorStyle:(UIActivityIndicatorViewStyle)style;