
UI component library to expand the photo, such as Apple's Photos app
ZoomImageViewCI is a UI component library designed to provide photo expansion functionality similar to Apple's Photos app. This library offers features that enable users to zoom in or out on photos with a double tap. It is compatible with Swift 4.0 and iOS 8.0+.
Add the following line to your Podfile:
pod 'ZoomImageViewCI'
Then, run the command pod install to install the library into your project.
Add the following line to your Cartfile:
github "muukii/ZoomImageViewCI"
Then, run the command carthage update and add the resulting frameworks to your project.
ZoomImageViewCI is a UI component library that provides zoom functionality for photos. With its easy installation process and the ability to zoom in and out on photos with a double tap, this library offers a simple yet effective way to enhance the user experience of photo viewing in an app.
