Hi I\'m wondering if there\'s a way to get the width programmatically.
I\'m looking for something general enough to accomodate iphone 3gs, iphone 4, ipad. Also, the
use:
NSLog(@"%f",[[UIScreen mainScreen] bounds].size.width) ;