Objective C: Zoom and Pintch UIImageView
To get started, we have to
1. Create a new project by selecting “Windows-based Application”
2. Create a new UIView using IB and name it ImgView.
3. Create a new file in XCode by selecting File -> New File -> UIViewController sub class and name it “ImgViewController”.
4. In [...]