boundsã¯ã¹ã¯ãªã¼ã³å ¨ä½ãè¿ããapplicationFrameã¯ã¹ã¯ãªã¼ã³ããã¹ãã¼ã¿ã¹ãã¼é¨åãé¤ããå¤ãè¿ãã iPhone simulator4.3ã§ CGRect screenBounds = [[UIScreen mainScreen]bounds]; CGRect appFrame = [[UIScreen mainScreen]applicationFrame]; NSLog(@"%f, %f, %f, %f",screenBounds.origin.x, screenBounds.origin.y, screenBounds.size.width, screenBounds.size.height); NSLog(@"%f, %f, %f, %f",appFrame.origin.x, appFrame.origin.y, appFrame.size.width, a
{{#tags}}- {{label}}
{{/tags}}