美文网首页iOS 开发进阶
iOS 导航栏自定义view

iOS 导航栏自定义view

作者: 屈涯 | 来源:发表于2019-01-08 18:15 被阅读53次
 self.automaticallyAdjustsScrollViewInsets = YES;
    YHEatTitleView *titleView = [YHEatTitleView createCustomNav:^(UIButton *sender) {
        [self.navigationController popViewControllerAnimated:YES];
    }];
    [titleView.navTitle setText:@"结账"];
    self.navigationItem.titleView = titleView;

相关文章

网友评论

    本文标题:iOS 导航栏自定义view

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