If you are a new visitor to our site, please read the Getting Started guide. An instance of the UIDatePicker Control display rows of dates in its components. Using it on your view is pretty straight forward, you: drag a UIDatePicker control from Xcode’s Object Library, then drop it on a view’s canvas. connect an action to […]
Category: Objc App Development
In workshop 4 of the UIImageView Control tutorial, you learned how to animate images in the imageView control. Wouldn’t it be nice to play an MP3 song in the background while the images are animating. Stop it only when the user tap the view’s Stop button control? Well, to make that happen you need to […]
In the UIImageViewControl Workshop 2, you learned how to fetch a single image from the web, then display it in an ImageView control. In this workshop you will learn how to animate several images in an imageView control. Understanding The Image Animation Process Currently the SecondViewController user interface look image (a) below. When the operator click the […]
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 […]
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 […]