hi i have coded in applicationdidfinish method as
[m_tabViewController view].frame = CGRectMake(0,15, 768, 90);
[m_tabViewController view].center = CGPointMake(670, 0);
[m_tabViewController view].transform = CGAffineTransformMakeRotation(degreesToRadians(315));
[window addSubview:viewController.view];
[window addSubview:[m_tabViewController view]];
[window makeKeyAndVisible];
but after rotation , the width and height of that [m_tabViewController view] is changed(very samll size)..please give solution...center is not working also...