GSSimpleImage 0.1.1

GSSimpleImage 0.1.1

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Feb 2016
SPMSupports SPM

Maintained by WilliamHu.



  • By
  • William Hu

GSSimpleImage

Usage

To run the example project, clone the repo, and run pod install from the Example directory first.

GSSimpleImageView add full screen when you tap UIImageView, and tap again to exit full screen.

let imageView = GSSimpleImageView(frame: CGRectMake(20, 100, 200, 200))
imageView.image = UIImage(named: "test2.png")
self.view.addSubview(imageView)

Requirements

Installation

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

pod "GSSimpleImage"

Author

William Hu, [email protected]

License

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