Git Product home page Git Product logo

fsimageview's Introduction

FSImageView

This framework provide an easy way to use class to show full-size image when tapping on UIImageView.

CI Status Version License Platform

The full-size image can be full screen or custom-size UIView. When user tap the customed UIImageVIew, there will be a animation transation between UIImageView and full-size UIView. Two delegates were prepared for actions during two transation process.

Take a look at the Example project to see how to use this library. You have to open the workspace, not the project file, since the Example project uses cocoapods.

Get in contact with the developer by Email: [email protected]

Installation

From CocoaPods

FSImageView is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "FSImageView"

From CocoaPods

Copy the source files into your project.

Usage

    FSImageView *fullSizeImage = [[FSImageView alloc] initWithBounds:self.view.bounds SuperView:self.view ImageView:cell.icon Image:cell.icon.image];
    fullSizeImage.delegate = self;
    [self.view addSubview:fullSizeImage];

delegate

    // call after original imageView tapped
    - (void) originalImageViewTapped;
    // call after full size imageView tapped
    - (void) fullSizeViewTapped;

Author

YongCao, [email protected]

License

FSImageView is available under the MIT license. See the LICENSE file for more info.

fsimageview's People

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.