Skip to content
This repository was archived by the owner on Nov 23, 2022. It is now read-only.

vidugloeck/VPInteractiveImageViewController

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VPInteractiveImageViewController

An ImageViewController which presents Images Fullscreen and can be interactively dismissed as seen in the Facebook app

Getting started

Install using CocoaPods

pod 'VPInteractiveImageView', '~> 0.2.0'

Usage

Add the import to your View Controller

#import <VPInteractiveImageView.h>

Present your interactive image in fullscreen

- (void)presentInteractiveImage {
	VPInteractiveImageView *interactiveImageView = [[VPInteractiveImageView alloc] initWithImage:myImageView.image];
    [interactiveImageView presentFullscreen];
}

About

An ImageViewController which presents Images Fullscreen and can be interactively dismissed as seen in the Facebook app

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors