Lazy image loading in ios
- Add AFNetworking and UIKit+AFNetworking using the Github link .
- Add these two files to your project and where ever your image is loading #import
"UIImageView+AFNetworking.h". - [cell.yourimageview setImageWithURL:[NSURL URLWithString:@"your image url"] placeholderImage:[UIImage imageNamed:@"your place holder image"]];
- Add Security and SystemConfigaration Framework.
No comments:
Post a Comment