PEAR-ZoomingView-iOS 1.0.0

PEAR-ZoomingView-iOS 1.0.0

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2015

Maintained by Hiroki Umatani.



  • By
  • HirokiUmatani

Overview

Full screen to display when touch the view .

Installation

pod 'PEAR-ZoomingView-iOS'

Demo Screen

Zooming view demo

Usage

□ import header file

#import "ZoomingView.h"

□ set delegate

_zoomingView.delegate = self;

□ set delegate method

- (void)touchView:(UIView *)view
{
    [self.view bringSubviewToFront:view];
}

□shadow property

_zoomingView.isShadow = YES; // default:NO

□ margin property

// default : 0
_zoomingView.topMargin = 100;
_zoomingView.bottomMargin = 60;
_zoomingView.leftMargin = 40;
_zoomingView.rightMargin = 20;

Documents

library document

Licence

MIT

Author

GitHub FaceBook Twitter