ForceTouchImageView
Why pinch to zoom when your have 3D TouchÂ
Requirements:
- iOS 9.0+
- Xcode 8.0+
- Swift 3.0+
Installation
CocoaPods
CocoaPods is a dependency manager for Cocoa projects. You can install it with the following command:
$ gem install cocoapods
To integrate ForceTouchImageView into your Xcode project using CocoaPods, specify it in your Podfile
:
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '9.0'
use_frameworks!
target '<Your Target Name>' do
pod 'ForceTouchImageView'
end
Then, run the following command:
$ pod install
Manually
Add the ForceTouchImageView file to your Xcode project.