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 IB, select File’s owner object of the “ImgView” nib file and select Tools -> Identity Inspector. Under Class...
Read More