iOS 返回按钮

 UIBarButtonItem *backItem = [[UIBarButtonItem alloc] init];

    backItem.title =@"返回";

    self.navigationItem.backBarButtonItem = backItem;

    [self.navigationController.navigationBar setTintColor:MOSTCOLOR];

    self.navigationController.navigationBar.barTintColor = [UIColor whiteColor];

posted on 2017-06-03 15:19  开花结果乐园  阅读(99)  评论(0编辑  收藏  举报

导航