iOS 开发进阶

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;
上一篇下一篇

猜你喜欢

热点阅读