self.automaticallyAdjustsScrollViewInsets = YES;
YHEatTitleView *titleView = [YHEatTitleView createCustomNav:^(UIButton *sender) {
[self.navigationController popViewControllerAnimated:YES];
}];
[titleView.navTitle setText:@"结账"];
self.navigationItem.titleView = titleView;
网友评论