https://github.com/muukii/zoomimageview
UI component library to expand the photo, such as Apple's Photos app
https://github.com/muukii/zoomimageview
photos uiimageview uiscrollview
Last synced: 4 days ago
JSON representation
UI component library to expand the photo, such as Apple's Photos app
- Host: GitHub
- URL: https://github.com/muukii/zoomimageview
- Owner: muukii
- License: mit
- Created: 2016-10-15T11:55:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-02-27T07:25:20.000Z (about 1 year ago)
- Last Synced: 2025-05-01T07:47:43.261Z (11 days ago)
- Topics: photos, uiimageview, uiscrollview
- Language: Swift
- Homepage:
- Size: 13.3 MB
- Stars: 105
- Watchers: 3
- Forks: 27
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ZoomImageView

[](https://travis-ci.org/muukii/ZoomImageView)
[](http://cocoapods.org/pods/ZoomImageView)
[](http://cocoapods.org/pods/ZoomImageView)
[](http://cocoapods.org/pods/ZoomImageView)
[](https://github.com/Carthage/Carthage)
UI component library to expand the photo, such as Apple's Photos app. π»
## Requirements
Swift **4.0** iOSπ± 8.0+
## Usage
```swift
let imageView: ZoomImageView
imageView.image = UIImage()```
## Features
- Zoom-in or Zoom-out on Double tap.
if you have some idea. please don't hesitate to share your thoughts.πβ¨
## Installation
### CocoaPods
```
pod 'ZoomImageView'
```### Carthage
```
github "muukii/ZoomImageView"
```
## Authormuukii, [email protected]
## License
ZoomImageView is available under the MIT license. See the LICENSE file for more info.