I'd like to indicate that a particular UIBarButtonItem
is toggled on or off by changing its background color. Mobile Safari uses this feature to indicate whether private browsing is on or off:
How can I do this, since there's no backgroundColor
property on UIBarButtonItem
?