ImageView Workshop 3

Apple’s iOS devices such as your iPhone has two class of applications: system applications and third party applications. System applications are those Apple installed on your device; however, third party applications are those we iOS developers create. In this workshop you learn how to use an instance of the UIImagePickerController class to enable the user […]

ImageView Workshop 2

In this workshop you learn how to fetch an image from a remote server, then display it in an imageView control. You will use the same iOS project you downloaded in the UIImageView control: Workshop 1. Display an Image From a Remote Server The process of displaying an image fetched from a remote server in […]

ImageView Workshop 1

If you are a new visitor to our site, please read the Getting Started guide. The UIImageView control is used in your app to display one or more images. There are two ways you can display an image or images in an ImageView control. You can set the ImageView control’s image property via Interface Builder or in code. Before You Begin Now, […]