I want to rotate a UIBarButtonItem.
UIBarButtonItem
I have been able to do this with UIButtons using setTransform:CGAffineTransformMakeRotation(…)
UIButton
setTransform:CGAffineTransformMakeRotation(…)
You could put a UIButton inside a Bar Button Item, than rotate the UIButton.