想必大家都知道,在iOS 4.x上,要兼容iPhone 3Gs和iPhone4 的高清屏幕,只需要做两套图片。image.png和image@2x.png 然后 UIImage *aImage = [UIImage imageNamed:"imag"];糟糕的是:现在有一台8GB的iPhone 3G+iOS3.1.3 在iOS 3.x上根本不支持自动识别后缀的方式加载图片,可以通过下面的方法解决+(UIImage*)super_imageNamed:(NSString*)name{if ([[UIDevice currentDevice].systemVersion flo Read More
Steve Jobs -- Deprecated in Apple Aug/25/2011 - please use Tim Cook一个时代的结束?还是一个时代的开始?我们拭目以待。 Read More