iOS 7 UIBarButton back button arrow color

后端 未结 17 1975
情话喂你
情话喂你 2020-12-04 06:30

I\'m trying to change the back button arrow

\"enter

I\'m currently using the

17条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-04 06:43

    In swift 3 , to change UIBarButton back button arrow color

    self.navigationController?.navigationBar.tintColor = UIColor.black
    

提交回复
热议问题