[objective-c]スクリーンのサイズを取得 App Developobjective-c2012-11-15 スクリーンのサイズを取得 CGRect rec=[[UIScreen mainScreen]bounds]; BOOL iphone5=rec.size.height>480.0;