如果是通过UIButton自定义UIBarButtonItem,那么通过如下这个方式设置title是无效的。必须要直接给button设置title。

 

self.navigationItem.rightBarButtonItem.title = @"编辑";

 

相关文章:

  • 2021-12-14
  • 2021-08-04
  • 2021-08-29
  • 2022-01-27
  • 2021-08-02
  • 2022-12-23
  • 2021-10-14
猜你喜欢
  • 2022-12-23
  • 2021-12-31
  • 2021-07-16
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案