iOS 7 UIBarButton back button arrow color

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

I\'m trying to change the back button arrow

\"enter

I\'m currently using the

17条回答
  •  萌比男神i
    2020-12-04 06:31

    You can set the tintColor property on the button (or bar button item) or the view controller's view. By default, the property will inherit the tint from the parent view, all the way up to the top level UIWindow of your app.

提交回复
热议问题