my view are fill in back of Navigationbar how can i make it continuous at the buttom of it.
here is my code
WebViewController *webViewController = [[WebViewController alloc] initWithNibName:@"WebController" bundle:nil];
[[self navigationController] pushViewController:webViewController animated:YES];
[webViewController release];