CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.
TestsTested | ✓ |
LangLanguage | SwiftSwift |
License | MIT |
ReleasedLast Release | Feb 2016 |
SPMSupports SPM | ✗ |
Maintained by WilliamHu.
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)
GSSimpleImage is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "GSSimpleImage"
William Hu, [email protected]
GSSimpleImage is available under the MIT license. See the LICENSE file for more info.