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 cocoapodsTo 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'
endThen, run the following command:
$ pod installManually
Add the ForceTouchImageView file to your Xcode project.