Skip to content

dayweek/URLImageView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

URLImageView

This subclass of UIImageView allows you to display remote images asynchronously with nice fade in effect and activity indicator.

Usage

URLImageView *img = [[URLImageView alloc] initWithFrame:CGRectMake(0, 0, 200, 200)];
[img padding:2]; // add padding to borders
[img loadURL: [NSURL URLWithString:[...]];
[subview addSubview:img];

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

UIImageView with image from URL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published