隐藏导航栏:
[self.navigationController setNavigationBarHidden:YES];
顶部导航左边按钮:
UIButton *leftNaviBtn = [UIButton buttonWithType:UIButtonTypeCustom];
leftNaviBtn.frame = CGRectMake(0, 0, 44, 44);// 设置不了位置属性,可以设置大小属性
[leftNaviBtn setBackgroundImage:[UIImage imageNamed:@"btn_more"] forState:UIControlStateNormal];