GFImageFullScreen
Example
To run the example project, clone the repo, and run pod install from the Example directory first.
Requirements
Installation
GFImageFullScreen is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'GFImageFullScreen'How to use
#import "GFImageFullScreen.h"
[GFImageFullScreen showFromImageView:_image];
Settings
// image
[GFImageFullScreen setCornerRadius:-1];
[GFImageFullScreen setBackgroundColor:[UIColor clearColor]];
[GFImageFullScreen setMargin:20];
// border
[GFImageFullScreen setBorderColor:[UIColor whiteColor]];
[GFImageFullScreen setBorderWidth:4];
Author
guidosette, [email protected]
License
GFImageFullScreen is available under the MIT license. See the LICENSE file for more info.
