PickerView Workshop 1

If you are a new visitor to our site, please read the Getting Started guide. A PickerView control enables your app user to select an item from a list. The PickerView control is compose of a component (wheel) and scrolling rows. The image below shows what the Picker View Control looks like when you drag it from […]

Barn Yarn

Barn Yarn game is a unique mix of hidden object and simulation game you can play on your iPad. You can play it for free, then unlock the full version from within the game. It was release on Thursday Sept 12, 2013. On a scale of 1-5 stars, I give it 4 stars because nothing […]

DatePicker Workshop

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 […]

ImageView Workshop 5

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 […]

ImageView Workshop 4

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 […]