ForceTouchImageView 0.2

ForceTouchImageView 0.2

TestsTested ✗
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Dec 2019
SwiftSwift Version 3.0
SPMSupports SPM ✗

Maintained by Omar Albeik.



ForceTouchImageView

Why pinch to zoom when your have 3D Touch 🤔

Build Status Cocoapods Platform Swift Xcode MIT

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.