Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

app-bootstrap/ImageGalleryView

Open more actions menu

Repository files navigation

ImageGalleryView

Preview

preview

Usage

Installation

copy ImageGalleryView.h, ImageGalleryView.m into your project.

Add the following import to the top of the file:

#import "ImageGalleryView.h"

Configuration

ImageTapView *tmpView = (ImageTapView *)[self.view viewWithTag: i];
CGRect convertRect = [[tmpView superview] convertRect:tmpView.frame toView:self.view];
ImageGalleryView *scrollView = [[ImageGalleryView alloc] initWithFrame:(CGRect){i * self.innerScrollView.bounds.size.width, 0, self.innerScrollView.bounds.size}];
[scrollView setContentWithFrame:convertRect];
[scrollView setImage:tmpView.image];
[self.innerScrollView addSubview: scrollView];
scrollView.delegate = self;
[scrollView setAnimationRect];

License

The MIT License

About

An easy image gallery for Objective-C.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.