DDPerspectiveTransform
Warp image transformation.
Installation
CocoaPods
To install DDPerspectiveTransform
via CocoaPods, add the following line to your Podfile:
pod 'DDPerspectiveTransform'
Manually
Add DDPerspectiveTransform
folder to your Xcode project.
Usage
See the example Xcode project.
Basic setup
Create the DDPerspectiveTransformViewController
instance and set the image
and delegate
variables. Push/present it.
Populating the data
Implement the following delegate
methods:
Customization
Requirements
- iOS 8.2
- Xcode 10, Swift 4.2