I Know this is a repeated question, but I have tried all searched answers,
such as: iPhone: Hide UITableView search bar by default
but when i try this:
[self.tableView setContentOffset:CGPointMake(0, 44)];
there's a flicker on the top(Navigation's position) when push to this viewcontroller.
because at the begin, my tablecell number is 0, so I cannot use this:
[yourTableView scrollToRowAtIndexPath:[NSIndexPath indexPathForRow:0 inSection:0] atScrollPosition:UITableViewScrollPositionTop animated:NO];