iOS 导航栏自定义view
2019-01-08 本文已影响53人
屈涯
self.automaticallyAdjustsScrollViewInsets = YES;
YHEatTitleView *titleView = [YHEatTitleView createCustomNav:^(UIButton *sender) {
[self.navigationController popViewControllerAnimated:YES];
}];
[titleView.navTitle setText:@"结账"];
self.navigationItem.titleView = titleView;