UINavgationController 的backBarBu

2019-06-20  本文已影响0人  来根黄鹤楼啊

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

//    self.navigationItem.backBarButtonItem = [[UIBarButtonItem alloc] initWithTitle:@"" style:uibar target:self action:@""];

    self.navigationItem.backBarButtonItem = [[UIBarButtonItem alloc] initWithTitle:@"" style:UIBarButtonItemStyleDone target:self action:nil];

上一篇下一篇

猜你喜欢

热点阅读