I have upgraded my project from iOS 6 to iOS 7 but there seems a little problem. The status bar and a tool bar is overriding and very close to each other. The tool bar was e
_toolBar.delegate = self; - (UIBarPosition)positionForBar:(id )bar { CGRect frame = _toolBar.frame; frame.origin = CGPointMake(0, [UIApplication sharedApplication].statusBarFrame.size.height); _toolBar.frame = frame; return UIBarPositionTopAttached; }
portrait bar
landscape bar