SWift

作者: DavidFeng_swift | 来源:发表于2015-11-12 23:00 被阅读0次

-(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 服务器请求正常 但数据错误

相关文章

网友评论

      本文标题:SWift

      本文链接:https://www.haomeiwen.com/subject/dvohhttx.html