Skip to content

Baglan/MCImageViewWithPreview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MCImageViewWithPreview

Goal for this project is to create a replacement for the UIImageView component, that would not block the main thread while rendering a high resolution image, meanwhile providing a temporary "preview" image instead.

Installation

  1. Copy files from the "Classes" folder to your project
  2. include "MCImageViewWithPreview.h"

Usage

MCImageViewWithPreview * imageView = [[MCImageViewWithPreview alloc] initWithFrame:self.view.bounds];
imageView.preview = @"preview-image";
imageView.image = @"high-resolution-image";

License

Files in this project are available under the MIT License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published