Monday, June 7, 2010

Sabbatical...

Like the Phoenix - burned in flames...out of the ashes it is reborn.

This blog is going on a Sabbatical.

Good-bye.

iPad - Split View OOB

Landscape:


Portrait:


Slightly Modified:

Sunday, June 6, 2010

Image fade

http://www.alohacocoa.com/post/293647216/iphone-animation-fade-between-multiple-images

Fade code

Saturday, June 5, 2010

Setting background color of a label

UILabel *lowLabel = ...;

[lowLabel setBackgroundColor:[UIColor redColor]];

iPad - Amazing Orange Slider App

Not much functionality other than presenting some labels and a slider. When the slider is moved, the field to the right of 'Slider Value:' is populated with the updated value of the slider.

Written in about 1 minute - really.

iPad Polygon App

Wednesday, June 2, 2010