[objective-c]ステータスバーのサイズを取得
ステータスバーのサイズを取得
-(CGSize)getStatusBarSize { CGRect statusBarFrame = [[UIApplication sharedApplication] statusBarFrame]; return statusBarFrame.size; }
ステータスバーのサイズを取得
-(CGSize)getStatusBarSize { CGRect statusBarFrame = [[UIApplication sharedApplication] statusBarFrame]; return statusBarFrame.size; }