-(void)setupNav
{
self.navigationController.navigationBar.translucent = NO;
self.navigationController.navigationBar.barTintColor = [UIColor orangeColor];
UIView *xib = [[NSBundle mainBundle]loadNibNamed:@"DVHomeNav" owner:self options:nil].lastObject;
self.navigationItem.titleView = xib
}
//從控制器中加載xib
xxxvc* vc = [xxxvc alloc]initwithnibname:xxx bundle:xxx]
//navigationbar push popViewController
code:200 服務(wù)器請(qǐng)求正常 但數(shù)據(jù)錯(cuò)誤